Commit Graph
22 Commits
Author SHA1 Message Date
skyeshroom 4faaf7d2c1 Added display callback, restoring full functionality 2021-08-12 10:52:21 -07:00
skyeshroom 1e29ee2476 updated version 2021-08-11 19:21:29 -07:00
skyeshroom 61becd7b57 Added custom functions to loop 2021-08-11 19:20:26 -07:00
skyeshroom 3517bf0ed0 Update lib.rs 2021-08-11 13:23:25 -07:00
skyeshroom 3f9f0ee2fa Made Simulation struct 2021-08-11 13:21:12 -07:00
skyeshroom cd327c6acc updating gitignores, adding example 2021-08-11 12:52:44 -07:00
skyeshroom ff81a450c7 Changed license in cargo file 2021-08-11 12:45:20 -07:00
skyeshroom 7c3df736f4 Update Cargo.toml 2021-08-11 12:44:40 -07:00
skyeshroom f858f42d67 Update Cargo.toml 2021-08-11 12:41:42 -07:00
skyeshroom e4109fb255 Update Cargo.toml 2021-08-11 12:39:22 -07:00
skyeshroom 603d95a6cb changed to a library 2021-08-11 12:31:15 -07:00
skyeshroom 56de435b12 Update main.rs 2021-08-11 12:24:43 -07:00
skyeshroom 38a9f8f2c7 Added nanosecond-accuracy time debug 2021-08-11 11:47:06 -07:00
skyeshroom d748a8fe2d Added non-realtime mode for baking 2021-08-11 11:30:00 -07:00
skyeshroom f16d02570a got rid of unnecessary dependency 2021-08-10 14:18:39 -07:00
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
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
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