From b124ac1135be272468c89b25019d3490d1907b9a Mon Sep 17 00:00:00 2001 From: PoetryInCode <56119766+PoetryInCode@users.noreply.github.com> Date: Fri, 15 May 2020 15:42:29 -0400 Subject: [PATCH] Added content to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e69de29..ccbba15 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Simple Physics +This is a largely physics/math based prject that was created for a school project. It is a rendering engine built on OpenGL and +SDL that can simulate how rigid bodies interact with each other under gravity.