Prototypes

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