Uncap frameRate in Processing 3

Hello, I am making a prototype for drifty car physics, and I though it would be cool to be able to uncap the framerate of the sketch. When using frameRate(1000);, I get over 400 FPS, but it speeds up all of the objects and such. Is there anyway to implement delta-time so that if my FPS ever goes under or above 60, the objects will move at the same speed?

1 Like