Syntriax
fed288859f
I originally didn't want ITransform to have a reference to any IGameObject, since it didn't seem necessary to couple these two, and to make ITransform more flexible and reusable but without it we can't get a reference to the IGameObject(s) that's using that ITransform without doing some very stupid workarounds. I'll try to find a better way for this. |
||
---|---|---|
Engine.Core | ||
Engine.Input | ||
Engine.Physics2D | ||
.gitignore | ||
Engine.sln | ||
README.md |
README.md
Work In Progress
This engine is still in development 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)
- Vector2D, AABB, Circle, Line, LineEquation, Projection & Shape Data Types
- General Math
A detailed README file will be written in the future. If you want to check out how to use this, please checkout this example Pong game made using this engine on top of MonoGame from the link bellow.