It would be nice if dependencies were fetched and built using the zig build system, rather than relying on the user's system having the correct libraries and fonts installed.
For SDL, this can be done with
https://github.com/allyourcodebase/SDL
I'm not sure about SDL_ttf
Font's should also be provided somehow, as currently the code expects you to have a subdirectory called res that contains the correct font file.
It would be nice if dependencies were fetched and built using the zig build system, rather than relying on the user's system having the correct libraries and fonts installed.
For SDL, this can be done with
https://github.com/allyourcodebase/SDL
I'm not sure about SDL_ttf
Font's should also be provided somehow, as currently the code expects you to have a subdirectory called
resthat contains the correct font file.