A downloadable Font Library

I translated my font library to use the SDL library this time. This means I could use the same font functions when making an SDL game instead of Raylib. I plan to make a simple SDL only game at some point and this small collection of source files and font images will be all I will need and can also be used by anyone else smart enough to understand the code.

Download

Download
sdl_chastefont.zip 13 kB
Download
msvc_sdl_make.bat 288 bytes
Download
w64_sdl_make.bat 202 bytes

Install instructions

Only the base SDL library is used to render the bitmap fonts. If you are on Linux you can go in the directory and just type "make" to compile the example.

On Windows the SDL library is harder to set up than Linux but it would also work if you've already configured SDL.

Development log

Leave a comment

Log in with itch.io to leave a comment.