Raylib is a thin wrapper around OpenGL using the inbuilt rlgl.
RmlUi is a XHTML 1.0 / CSS 2 renderer with ease of interaction with the elements.
- Basic
- Animation
- Benchmark
- Bitmapfont
- Databinding
- Demo
- Drag
- LoadDocuments
- Lottie
- SVG
- Transform
- Treeview
- Invaders
- Tutorial
git submodule update --init --recursive
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug
cmake --build ./build -- -j $(nproc)