Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 359 Bytes

Gallery

cover image movement

Goals

  • encoding output to GIF
  • render multiple frames
  • allow objects to move
  • detect collisions between objects
  • handle collisions
  • parse input from stdin/file to allow for fast configs
  • AABB trees to speed up tracing and collision detection