Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 533 Bytes

File metadata and controls

16 lines (10 loc) · 533 Bytes

physica

Just a toy game engine / game dev playground. Feel free to peruse the code, but it's very much a WIP. The general coding philosophy of the project was to use a C-like subset of C++ where possible, and to experiment with avoiding object-oriented solutions to problems.

"Features"

  • Goofy gravity control

gravity video

  • Rigid body physics

physics video