chore: updated README.md

This commit is contained in:
Syntriax 2025-04-11 20:29:33 +03:00
parent c135035d5b
commit 193d23c877

View File

@ -1,12 +1,13 @@
# Work In Progress
This engine is still in development but the implemented features include:
This engine is still in development so there **WILL** be breaking changes, but the implemented features include:
- Modular Systems
- Behaviour System
- 2D Physics Engine(**Not Fully Completed, but usable**)
- Rigid Body Simulations
- Collision Detection (Convex Shape & Circle)
- Collision Resolution (**Not Fully Completed**)
- Rigid Body Simulations
- Collision Detection (Convex Shape & Circle)
- Collision Resolution (**Not Fully Completed**)
- Vector2D, AABB, Circle, Line, LineEquation, Projection & Shape Data Types
- General Math