Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 399 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 399 Bytes

doorknob

Physics engine

TODO:

  • style guide
  • setup to build
  • a Vector class
    • (x,y)
    • sq_length()
    • dot()
    • normalize()
    • add, subtract, component-wise multiplication
  • a 2x2 Matrix
    • rotations
  • a World class
  • a Body class
    • position
    • geometry
    • rotation
    • mass
  • a Geometry class
    • Circle
    • Box
    • Terrain... bezier curves???? no