https://github.com/colleagueriley/rapp
RApp is a library that wrapps and integrates my single-header libraries (RSGL, RGFW, RFont, RMath, etc) into one single 'full library'.
https://github.com/colleagueriley/rapp
Last synced: 4 months ago
JSON representation
RApp is a library that wrapps and integrates my single-header libraries (RSGL, RGFW, RFont, RMath, etc) into one single 'full library'.
- Host: GitHub
- URL: https://github.com/colleagueriley/rapp
- Owner: ColleagueRiley
- License: zlib
- Created: 2025-04-09T02:05:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T15:32:24.000Z (about 1 year ago)
- Last Synced: 2025-06-11T12:44:03.672Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 287 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rapp
RApp is a library that w**rapp**s and integrates my single-header libraries (RSGL, RGFW, RFont, RMath etc) into one single 'full library'.
# my libraries included
* [RSGL (batching) + RSGL_gl (rendering)](https://github.com/ColleagueRiley/RSGL)
* [RGFW (windowing)](https://github.com/ColleagueRiley/RGFW)
* [RFont (font loading and font render data)](https://github.com/ColleagueRiley/RFont)
* [RMath (math, matrix math, vector math, collision)](https://github.com/ColleagueRiley/RMath)
# other libraries included
* [stb_image (image loading)](https://github.com/nothings/stb/blob/master/stb_image.h)
* [stb_truetype (ttf font parser/loader) (included inside RFont.h)](https://github.com/nothings/stb/blob/master/stb_truetype.h)