Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vaiorabbit/sdlbitmapfont
- Owner: vaiorabbit
- License: other
- Created: 2021-02-14T14:45:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T23:58:55.000Z (over 1 year ago)
- Last Synced: 2024-11-30T08:35:49.478Z (2 months ago)
- Topics: font, sdl, sdl2, sprite
- Language: C++
- Homepage:
- Size: 2.6 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE.txt
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.