Prototypes
- Simple circle generator ( Has gravity. No drag&drop )
- Circles with rotation and DOM ( Has gravity, drag&drop and rotation )
- Fixed number of circles with DOM ( Zero gravity and drag&drop )
- Circle generator with DOM and dynamic rules ( Has gravity and drag&drop )
- Rule DOM generator, horizontal scroll and rule resize ( Has gravity and drag&drop )
- Rules generator with 50 images and Ivank library (100% canvas, no DOM) ( Has gravity. no horizontal scroll. iframe option rejected)
- Rules DOM emitter with background CSS images and transitions ( Has gravity and horizontal scroll )
- Resizing with jQuery and Box2D on mouseEnter and leave ( looking good! )
- Resizing with double click ( looking muy bien! )
- Double click and rollover metadata ( looking genial! )
- Attraction forces
- Roundel design 04 implementation
- Roundel design with emitter, grow rule and small force
- Roundel design with small attraction
- Loading rules via Ajax with JSON, attraction force and DOM ( working on iPad! )
- NO DOM tests. Everything with canvas
- Just loading rules from JSON without physics
- Rule DOM resize in sync with Box2D ( working on iPad! )
- Font size dinamically resized without jQuery. Clean and commented code. ( working on iPad! )
- Added requestAnimFrame. Improved performance ( working on iPad!, *** Most optimized version *** )
- Testing webworkers (on progress)