├── README.md ├── ae29demo.rev ├── ae6demo.livecode ├── animationEngine.livecode ├── animationEngine6_manual.pdf ├── animationEngine_manual.pdf ├── collisionListenerDemo.livecode └── source.txt /README.md: -------------------------------------------------------------------------------- 1 | # animationEngine 2 | animationEngine is an animation library for liveCode 3 | 4 | [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T8FSXQUVTB92N) 5 | 6 | What is new in version 6? 7 | 8 | animationEngine 6 has been optimized to work with liveCode version 6.7 and higher, including, but without warranty the current developer preview of the liveCode 9 engine (which is by the time of this writing version 9.01). One of the most notably changes is one in licensing. animationEngine is now in the Public Domain! 9 | 10 | Licensing terms: 11 | animationEngine is set free into the Public Domain. The Software is provided "as is" with no warranty. 12 | 13 | Availability of source code: you will find the latest sources and documentation on Github. 14 | 15 | https://github.com/derbrill/animationEngine 16 | 17 | Finally, thank you for helping out! If you purchased a license for animationEngine, I really appreciate that! It helped moving the library forward! 18 | -------------------------------------------------------------------------------- /ae29demo.rev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derbrill/animationEngine/ce557f244906d6ae442541dee60b471ccb7713f6/ae29demo.rev -------------------------------------------------------------------------------- /ae6demo.livecode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derbrill/animationEngine/ce557f244906d6ae442541dee60b471ccb7713f6/ae6demo.livecode -------------------------------------------------------------------------------- /animationEngine.livecode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derbrill/animationEngine/ce557f244906d6ae442541dee60b471ccb7713f6/animationEngine.livecode -------------------------------------------------------------------------------- /animationEngine6_manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derbrill/animationEngine/ce557f244906d6ae442541dee60b471ccb7713f6/animationEngine6_manual.pdf -------------------------------------------------------------------------------- /animationEngine_manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derbrill/animationEngine/ce557f244906d6ae442541dee60b471ccb7713f6/animationEngine_manual.pdf -------------------------------------------------------------------------------- /collisionListenerDemo.livecode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derbrill/animationEngine/ce557f244906d6ae442541dee60b471ccb7713f6/collisionListenerDemo.livecode --------------------------------------------------------------------------------