Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 655 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 655 Bytes

Raylib + RmlUi

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.

Examples

  • Basic
    • Animation
    • Benchmark
    • Bitmapfont
    • Databinding
    • Demo
    • Drag
    • LoadDocuments
    • Lottie
    • SVG
    • Transform
    • Treeview
  • Invaders
  • Tutorial

Building Examples

git submodule update --init --recursive
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug
cmake --build ./build -- -j $(nproc)