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

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'.

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)