Twini-Golf
Twini-Golf copied to clipboard
A (broken) SDL2 game made in 48 hours
i installed both sdl1.2 and sdl2 and get errors on all lines involving sdl `fatal error: SDL2/SDL_image.h: No such file or directory`
mouse cant set ball power properly because of edge of screen maybe cursor needs to be set to false during shots ?
Should I add a static build workflow for linux? This would make it so people aren’t forced to install sdl themselves
I install `SDL2` by `Pacman` package manager in `msys2` for `mingw-w64` and simply use `Cmake` for add libraries ,compile and run for VSCode in Windows11. The `SDL2_image mixer ttf` don't...
- Fixed init() printing out SDL Errors instead of TTF/IMG Errors. - Fixed init() printing out "TTF_init has failed. Error: " everytime TTF_Init initalized correctly. - Fixed crash on startup...
Compiled the source code and found getStrokeText and getLevelText to have some undefined behavior. Seems to be a dangling pointer returning memory allocated on a stack. Please recompile the source...
- Updated folder structure to include VS2019 compatible solution file - Small reorganization of header files  - I copied the `res` assets into a test folder along...
Memory leaks are still a massive issue , within 60 seconds this program leaked 10+ gb of memory , thank god for swap  files.