experimenting with sdl
Go to file
Ty3r0X 97b8d9379f
Refactored event logic
SDL_Delay() causes the event queue to bottleneck, so in order to improve
the program's responsiveness, I implemented a while loop to clear the
queue entirely before the next main loop iteration, thus improving the
mouse / kb detection.
2023-12-30 10:15:15 +02:00
.github/workflows CI/CD 2023-11-24 19:20:16 +00:00
src Refactored event logic 2023-12-30 10:15:15 +02:00
.clang-format If you touch the square, coords are spewed to stdout 2023-11-24 22:27:24 +02:00
.clang-tidy If you touch the square, coords are spewed to stdout 2023-11-24 22:27:24 +02:00
.gitignore If you touch the square, coords are spewed to stdout 2023-11-24 22:27:24 +02:00
config.mk Refactored event logic 2023-12-30 10:15:15 +02:00
Makefile Implemented caskd's fix for the Makefile 2023-12-17 21:11:39 +02:00
README.md Edit README 2023-11-24 19:41:16 +02:00

This is a WIP project

But I uploaded it nontheless for them sweet sweet activity boxes >:)

How to run

git clone https://github.com/Ty3r0X/funni-square
cd funni-square
make
./project