From 193d23c877cbaef491e0a3f188e1cf5578eb46ff Mon Sep 17 00:00:00 2001 From: Syntriax Date: Fri, 11 Apr 2025 20:29:33 +0300 Subject: [PATCH] chore: updated README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f6e1b1..60105cf 100644 --- a/README.md +++ b/README.md @@ -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