Aerolite Engine is a robust, easy to use, lightweight game physics engine. It can be used to simulate 2D & 3D particle or rigid body physics.
Stars
4
Forks
1
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
72
commits
Merge branch 'master' of https://github.com/BeyondBelief96/AeroliteEngine
334d9c5View on GitHubUpdating Particle2D files to use default constructors/copy/move semantics.
5e19a7aView on GitHubAdding function and changing functions for adding/creating 2D particles in AeroWorld2D.
3c1f648View on GitHubFixing config so that it works with doubles and floats.
6c2fc87View on GitHubUpdating engine to use smart pointers and more user friendly API.
2f604d2View on GitHubImplementing spatial hash grid algorithm for broad phase collision detection. Adding IMGUI ui for swapping broad phase algorithms.
cbb5955View on GitHubAdded IMGUI support to 2D physics engine demo project. Added functionality to swap between various demo scenes.
74e39d8View on GitHub