A minimal and elegant template to quickly get started with raygui for C.
This template provides a basic structure for creating applications using raylib and raygui. It includes a simple example demonstrating how to render UI elements to the screen.
- Centered text positioning
- Example button with click handling
- Easy to customize and extend
The template comes with the 'Jungle' style pre-loaded. You can easily switch to different raygui styles by modifying the style include in the source code.
-
Clone the repository:
git clone https://github.com/mbn-code/raygui-cmake-template.git cd raygui-cmake-template -
Build the project:
make
-
Run the executable:
./mbn-raygui-cmake-template.exe
This project is licensed under the MIT License. See the LICENSE file for details.