A GUI library for raylib
The only external dependency is raylib
- Add the library as a submodule
mkdir -p thirdparty
cd thirdparty
git submodule add --depth 1 https://github.com/SemkiShow/RayUI
cd ..- Add RayUI to your CMakeLists.txt
add_subdirectory(${CMAKE_SOURCE_DIR}/thirdparty/RayUI ${CMAKE_BINARY_DIR}/_deps/RayUI-build SYSTEM)git clone https://github.com/SemkiShow/RayUI
cd RayUI/examples
chmod +x run.sh
./run.sh --help # See what examples are available
./run.sh -r <example-name>git clone https://github.com/SemkiShow/RayUI
cd RayUI/examples
chmod +x run.sh
./run.sh --help # See what examples are available
./run.sh <example-name>Documentation is available here