Commit Graph
19 Commits
Author SHA1 Message Date
skyeshroom 2d8e7cfc88 Merge branch 'main' of https://github.com/skyeterran/hypoloop into main 2021-08-10 14:10:16 -07:00
skyeshroom d56a673e70 now supporting sim-time 2021-08-10 14:10:06 -07:00
Skye TerranandGitHub 1748757b86 Merge pull request #1 from skyeterran/add-license-1
Create LICENSE
2021-08-10 14:05:25 -07:00
Skye TerranandGitHub a79d4b2ceb Create LICENSE 2021-08-10 14:05:01 -07:00
skyeshroom 65829c0d7c added colliders 2021-08-10 13:24:16 -07:00
skyeshroom e3818ea2c9 completely rewrote delta time, changed PhysicsObjects to Particles 2021-08-10 11:44:59 -07:00
robotcritter 472b736c9c testing 2021-08-09 23:17:28 -07:00
robotcritter 568e0cb835 batch operations 2021-08-09 23:01:29 -07:00
robotcritter 0dc33e54ab disabled render function temporarily 2021-08-09 21:32:31 -07:00
robotcritter af98bc2fa6 added simulate bool 2021-08-09 21:32:02 -07:00
robotcritter c90ed3fb00 fixed timing issue 2021-08-09 21:27:05 -07:00
skyeshroom ab1657a758 fixed global time problem 2021-08-09 17:15:08 -07:00
skyeshroom b1464a48a8 added gravity and physics 2021-08-09 15:28:09 -07:00
skyeshroom 3315491b0f Got rid of frameskipping because it wasn't working, fixed inaccuracies in delta time, added relative time for interpolation 2021-08-09 13:24:06 -07:00
robotcritter 56448eceed Update main.rs 2021-08-05 23:59:17 -07:00
robotcritter 068222210e Update main.rs 2021-08-05 23:49:59 -07:00
robotcritter 3ff89e0065 Not parallel but functional!
Huge improvements to the design
2021-08-05 23:32:21 -07:00
robotcritter cbd45ffc92 Working sync version of the game loop
Main problem here is that display() is blocked by update() and the update rate will slow down if the display rate slows below the update rate
2021-08-05 22:15:18 -07:00
robotcritter 7159007154 Initial commit 2021-08-05 22:13:39 -07:00