Demonstrates bitmap (sprite) font rendering with SDL.
- Created : 2021-02-14
- Last modified : 2021-10-29
- Install CMake
- Before running CMake,
- for macOS users:
- Install SDL2 via Homebrew
- for Windows users:
- Run
third_party/sdl2_setup.bat
to download SDL2 developer package
- Run
- for macOS users:
- Run CMake and build
SDLBitmapFontSample
project
See LICENSE.txt for details.