]> git.localhorst.tv Git - gong.git/commit
simple physics simulation
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 2 Dec 2016 11:13:36 +0000 (12:13 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 2 Dec 2016 11:13:36 +0000 (12:13 +0100)
commitd220b0348951ce210ad4ea18dbe9934dd2999a60
tree79f9bb58da5a4d8c33e2c6f13fd32edb548d0fb2
parent9932ee17a767b64cb52c213e133c6b91a90a8dd2
simple physics simulation

no collision for now
src/physics/Derivative.hpp [new file with mode: 0644]
src/physics/Object.hpp [new file with mode: 0644]
src/physics/Simulation.hpp [new file with mode: 0644]
src/physics/State.hpp [new file with mode: 0644]
src/physics/sim.cpp [new file with mode: 0644]