3D Engine written in Java doing basic AABB and OBB colision detection at a good framerate using pECS :)
- simple but not efficient rendering pipeling
- Collisions detection system
- AABB AABB collision
- OBB OBB collision
- Sphere collision
- Special collider debug render pass
- ECS data oriented
- Tick & render system update loops
- Flexible Components