chore: updated README.md

This commit is contained in:
Syntriax 2025-05-02 00:14:58 +03:00
parent 4c235e3230
commit 5e28ba8814

View File

@ -1,15 +1,36 @@
# Work In Progress
This engine is still in development so there **WILL** be breaking changes, but the implemented features include:
This is a Universe(Game) engine written in C# .NET Core.
This engine is experimental and still in development so there ***WILL*** be breaking changes, but the implemented features include:
- Modular Systems
- Timers
- Coroutines
- Tweening
- State Machines
- 2D Physics Engine(**Not Fully Completed, but usable**)
- Rigid Body Simulations
- Collision Detection (Convex Shape & Circle)
- Collision Resolution (**Not Fully Completed**)
- Serialization
- YAML
- JSON (Not added yet)
- Behaviour System
- 2D Physics Engine(**Not Fully Completed, but usable**)
- Rigid Body Simulations
- Collision Detection (Convex Shape & Circle)
- Collision Resolution (**Not Fully Completed**)
- Vector2D, AABB, Circle, Line, LineEquation, Projection & Shape Data Types
- Hierarchy System
- General Math
- Primitive Types
- AABB
- Circle
- Line2D
- Line2DEquation
- Projection1D
- Quaternion
- Shape2D
- Triangle
- Vector2D
- Vector3D
- ***And more to come!***
---