alec-jackson / studious-engine

A platform agnostic, backend agnostic, graphics engine...in theory
MIT License
3 stars 1 forks source link

Design and Implement a Global Physics System #20

Open Weetsy opened 7 months ago

Weetsy commented 7 months ago

Design and implement a physics system that can be attached to any GameScene. This should be a controller that tracks physics updates, and updates all GameObjects respecting physics in the GameScene.