Kyjor / JulGame.jl

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

Began working on drawing circles and circular collision #21

Closed Kyjor closed 9 months ago

Kyjor commented 9 months ago

Right now, this isn't in the best state, so it's not really usable. There is other code here I want to merge, including a fix for regular colliders. Now when the player in the example is jumping up and towards another collider, they don't just snap to a grounded state.