play-clj

nblumoe 2017-07-13T21:47:23.494824Z

I am using play-clj for a simple physics simulation. I am not too much interested in the rendering or having a game, but really the outputs of the simulation. Is there a way to make the physics engine run faster? By that I mean not to have it reflect realtime but calculate the next time step (iteration) as fast as possible.