chore: updated README.md
This commit is contained in:
parent
4c235e3230
commit
5e28ba8814
27
README.md
27
README.md
@ -1,15 +1,36 @@
|
|||||||
# Work In Progress
|
# 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
|
- Modular Systems
|
||||||
- Behaviour System
|
- Timers
|
||||||
|
- Coroutines
|
||||||
|
- Tweening
|
||||||
|
- State Machines
|
||||||
- 2D Physics Engine(**Not Fully Completed, but usable**)
|
- 2D Physics Engine(**Not Fully Completed, but usable**)
|
||||||
- Rigid Body Simulations
|
- Rigid Body Simulations
|
||||||
- Collision Detection (Convex Shape & Circle)
|
- Collision Detection (Convex Shape & Circle)
|
||||||
- Collision Resolution (**Not Fully Completed**)
|
- Collision Resolution (**Not Fully Completed**)
|
||||||
- Vector2D, AABB, Circle, Line, LineEquation, Projection & Shape Data Types
|
- Serialization
|
||||||
|
- YAML
|
||||||
|
- JSON (Not added yet)
|
||||||
|
- Behaviour System
|
||||||
|
- Hierarchy System
|
||||||
- General Math
|
- General Math
|
||||||
|
- Primitive Types
|
||||||
|
- AABB
|
||||||
|
- Circle
|
||||||
|
- Line2D
|
||||||
|
- Line2DEquation
|
||||||
|
- Projection1D
|
||||||
|
- Quaternion
|
||||||
|
- Shape2D
|
||||||
|
- Triangle
|
||||||
|
- Vector2D
|
||||||
|
- Vector3D
|
||||||
|
- ***And more to come!***
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user