From 8a5d928047f840f65f198aea0031aeefbac08a5c Mon Sep 17 00:00:00 2001 From: Jaedeok Kim Date: Sun, 6 Oct 2024 12:04:59 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d24c4..3e2b923 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A lightweight 2D physics engine written in C, for educational purposes. ## Features
-
> *NOTE: This project was made for educational purposes (mainly for me to learn how a physics engine works), and therefore it is not recommended to use this library in production. Consider using other 2D physics engines with better performance such as [Box2D](https://github.com/erincatto/box2d) and [Chipmunk2D](https://github.com/slembcke/Chipmunk2D).*