alice-i-cecile / ReinforcedSprings.jl

Point mass and spring physics engine and designer, in the spirit of Soda Constructor. Eventually, powered by reinforcement learning.
MIT License
0 stars 1 forks source link

Decouple physics and graphics #17

Open alice-i-cecile opened 5 years ago

alice-i-cecile commented 5 years ago

https://gafferongames.com/post/fix_your_timestep/

http://gameprogrammingpatterns.com/game-loop.html

alice-i-cecile commented 5 years ago

Prerequisite to implementing differential physics engine. Ultimately, vary both frame rate and physics precision based on available resources

alice-i-cecile commented 5 years ago

Also simplifies code interface for running in headless mode.