====== Kairos ====== {{tag>project kairos}} ===== Summary ===== * **License **: MOZILLA PUBLIC LICENSE Version 1.1 Kairos is a [[projects:pixlib|Pixlib]] extension that mainly rework on the transitions package, it's offer a new way to handle animations in your projects. The main idea behind that project is that when we build animations in our games, sites, or applications, the speed of animations may changes according to the browser and/or the computer performances. Why not having a framerate-independant animation system ? Where tweens, movieclips and games routines always run at the same speed, even if framerate is different than the compiled one. To do that, all animated objects include a time bias in their algorithm. Basically, at each frame, objects compute animations according to the last frame duration. In that way, animations are not define in terms of unit/frames as we used to do, but as unit/seconds. ===== Demos ===== [[projects:kairos:demos|Kairos Demos]] ===== Tutorials ===== [[projects:kairos:tutorials|Kairos Tutorials]] ===== Class Documentation ===== [[http://book.abe.free.fr/other/kairos/docs/|Kairos Class Documentation]] ===== Download ===== [[http://code.google.com/p/kairos/|Kairos Google Code homepage]] [[http://kairos.googlecode.com/svn/trunk/src/|Kairos repository]] Kairos is built upon [[projects:pixlib|Pixlib]] so you also need it to run Kairos properly. [[projects:pixlib#download|Download Pixlib]]