clojure-gamedev

2021-11-27T16:13:42.100300Z

Yesterday I made a frame timing diagram that goes over the basic frame loops for both the render and simulation threads of my game engine.

👀 1
2021-11-27T16:14:14.101100Z

It covers most of the complex logic between the two in order to ensure precise frame timings and no stuttering on machines that are fast enough to keep up with the simulation rate.