-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I need to integrate a custom physics engine into Zenderer prior to starting any real work on a game.
Necessary components:
- Basic structures
- Collision detection (AABB vs. AABB, circle vs. circle)
- High-level entity wrapper
- Material data (friction, mass, etc.)
- Integration
- Testing
- Documentation
Possibly look into integrating Box2D instead of rolling my own.