aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-03-06 17:11:47 +0000
committerrodri <rgl@antares-labs.eu>2021-03-06 17:11:47 +0000
commit5ecc14e07c5dcc40e418f450f0c34dceb7f7e326 (patch)
treed916d6934cc119c192cae31d6b791d8b94e14421 /readme.md
downloadgamephysics-5ecc14e07c5dcc40e418f450f0c34dceb7f7e326.tar.gz
gamephysics-5ecc14e07c5dcc40e418f450f0c34dceb7f7e326.tar.bz2
gamephysics-5ecc14e07c5dcc40e418f450f0c34dceb7f7e326.zip
implemented three integrators and a simple time stepping model.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..2e6f38a
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,3 @@
+# Game Physics
+
+Applied concepts from the awesome [Gaffer On Games](https://gafferongames.com/).