
Agile is a simple, fast and easy to use engine which uses javascript generated pure CSS3. Check out examples at http://a-jie.github.io/Agile/
<script src="https://github.com/drawcall/AgileJS/raw/v2.1.0/js/agile.min.js"></script>
npm install agilejs --save
...
import Agile from 'agilejs';
//init Agile
Agile.mode = '3d';
var container = new Agile.Container('container');
container.select = false;
container.perspective = 1000;
//create a displayobject
var circle = new Agile.Circle(80, '#ff0000');
circle.x = 100;
circle.y = 120;
container.addChild(circle);
//add a keyframes
var keyframes = new Agile.Keyframes(100, {
scaleX : .5,
scaleY : .5
});
circle.addFrame(1, keyframes, {
yoyo : true,
loop : -1
});
Node is a dependency, use terminal to install it with with:
git clone git://github.com/a-jie/Proton.git
...
npm install
npm run build
and run examples
npm start
//vist http://localhost:3001/examples/
es6 lint
npm run lint
LicenseFinder is released under the MIT License. http://www.opensource.org/licenses/mit-license
$ claude mcp add AgileJS \
-- python -m otcore.mcp_server <graph>