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

Feature/using sdl gfx #62

Closed Kyjor closed 4 months ago

Kyjor commented 4 months ago

With the changes here: https://github.com/JuliaMultimedia/SimpleDirectMediaLayer.jl/pull/75 we now have access to sdl_gfx, which means we can use it for frame rate limiting. This works much better than my solution.