update readme

This commit is contained in:
PoetryInCode 2020-05-20 11:58:33 -04:00 committed by GitHub
parent efd1654bbc
commit 3cb2c936fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
This is a largely physics/math based project 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.
Currently due to time limitations on the project I didn't have enouh time to make a full 3D pipeline, so its currently a 2D engine.
# Building
Building this project requires OpenGL and SDL2 to be installed on your computer. A graphics card is recommended, but not necessary.