]> code.bitgloo.com Git - clyne/gamedev2.git/commit
Added physics system that updates entity positions and veocity in its own thread
authorAndy Belle-Isle <drumsetmonkey@gmail.com>
Sat, 7 Sep 2019 05:12:33 +0000 (01:12 -0400)
committerAndy Belle-Isle <drumsetmonkey@gmail.com>
Sat, 7 Sep 2019 05:12:33 +0000 (01:12 -0400)
commit0976af2860bd48621ff1fa9481d6748b58ee9679
tree896cc5ff82e7b8602875bbd83b2dee2e36592bb9
parent1f36f13ceafab93f28d0b2629d0e9804435969a6
Added physics system that updates entity positions and veocity in its own thread
src/physics.cpp [new file with mode: 0644]
src/physics.hpp [new file with mode: 0644]