Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaiorabbit/sdlbitmapfont

Bitmap (sprite) font rendering with SDL
https://github.com/vaiorabbit/sdlbitmapfont

font sdl sdl2 sprite

Last synced: 6 days ago
JSON representation

Bitmap (sprite) font rendering with SDL

Awesome Lists containing this project

README

        

# SDLBitmapFontSample and VP16Font #

Demonstrates bitmap (sprite) font rendering with SDL.

* Created : 2021-02-14
* Last modified : 2021-10-29

## Setup ##

* Install [CMake](https://cmake.org/download/)
* Before running CMake,
* for macOS users:
* Install SDL2 via [Homebrew](https://brew.sh/)
* for Windows users:
* Run `third_party/sdl2_setup.bat` to download SDL2 developer package
* Run CMake and build `SDLBitmapFontSample` project

## License ##

See LICENSE.txt for details.