Kyjor / JulGame.jl

JulGame is a game engine based on the Julia programming language with the help of SDL2.
https://docs.kyjor.io/JulGame.jl
The Unlicense
94 stars 3 forks source link

Fixed issue with physics timing #23

Closed Kyjor closed 6 months ago

Kyjor commented 6 months ago

There was an issue with physics that was causing slow running sessions to slow down physics. Turns out that there was a bug where we were setting the last physics time. Also, I did some cleaning up.

Kyjor commented 6 months ago

Game speed affected by FPS

Kyjor commented 6 months ago

Frame independent movement