#TODO

##World

  • G key to disable gravity Implements the physics to be enabled by world
    • remove collision stuff from objects ball and etc
    • clean globally
    • separate project
    • implement better the requestAnimationFrame

##Collision/Resolve

  • Implements SAT
  • Implements Collision Grid

##Physics