INTRODUCTION |
Astronaute Engine, as its "Frenglish" name which does not mean anything does not indicate it, is an animation engine for HTML canvas written in pure Javascript by Christophe Leblanc in 2018. It is autonomous and does not depend on any external library. It is also simple, easily programmable, and therefore easily adaptable and scalable. It was born from the idea of animating a small astronaut designed by my sister and make a small demonstration of my skills in Javascript in end of 2017/ early 2018. Astronaut Engine allows you to program different sequences of different types of animations (for example: move, rotate, resize). Everything can be started automatically (programmed) or by external events (a mouse click or any DOM event). It is coded according to an architecture quite classic: A main loop, a scene manager, a display manager and a sequencer. Developer: Christophe Leblanc. Link: astronaute_engine.js Demos: Examples of use:
//Instanciate the engine
|
This document by Christophe Leblanc is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. |