A minimal raygui project template
Simply click the button below to get started:
To setup and use the project you will need to have the following tools installed:
Clone the repository
$ git clone https://github.com/xmake-examples/raygui-scaffold.git
Change the working directory to the newly cloned repository:
$ cd raygui-scaffold
Run xmake to install the dependencies & build the project:
$ xmake
note: install or modify (m) these packages (pass -y to skip confirm)?
in xmake-repo:
-> raylib 4.0.0 [from:raygui]
-> raygui 3.0
please input: y (y/n/m)
=> install raylib 4.0.0 .. ok
=> download https://github.com/raysan5/raygui/archive/refs/tags/3.0.tar.gz .. ok
=> install raygui 3.0 .. ok
[ 25%]: ccache compiling.release src/main.c
[ 50%]: linking.release raygui-scaffold
[100%]: build ok!
Run the project after it has been built:
$ xmake run