Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 666 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 666 Bytes

A physics engine and game demo I made as a high school project.

Physics handles any convex polygons.

Quadtree for broadphase, GJK for narrowphase, EPA and clipping for contact manifolds, Sequential Impulse Solver for physics and 4th Order Runge-Kutta velocity integration.

Engine Image

Engine Image

Engine Image

Engine Image