bluepsyduck / maniascript
Lib helping you with building up the ManiaScript of a ManiaLink.
Installs: 2 571
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.2
README
This repository holds a collection of PHP classes helping you managing and manipulating the ManiaScript of a ManiaLink.
Builder
The ManiaScript Builder supports you to create the whole ManiaScript for you, most important the main() function including the whole event handling of any MouseClick, KeyPress and other events. With the Builder, you can add your code to be included in the ManiaScript wherever you want in your script, and eventually generate the resulting ManiaScript to include it in your actual ManiaLink file.
Compressor
The ManiaScript Compressor is able to compress the ManiaScript without changing its logic. This can be used to make the script smaller in order to reduce the traffic.