Skip to content

NimbusFox/raylib-RmlUi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Examples for RmlUi running with Raylib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages