player2d icon indicating copy to clipboard operation
player2d copied to clipboard

Educational demo implementing a swept 2D character controller

Results 2 player2d issues
Sort by recently updated
recently updated
newest added

Hello. Just a small fix - the linker flags should come after "main.cpp", otherwise gcc complains about undefined references to SDL functions (turns out the order of flags matters). This...

hey, First of all, I just wanted to say thanks so much for this project -- 2d character controllers (especially collision response) is something I've always been obsessed with, and...