Registry / other / raygui

raygui

JSON →
library4.0vcpkgunverified

A simple and easy-to-use immediate-mode gui library

vcpkg install raygui
INSTALL
IMPORT
SIG · RAYGUI
R
raygui
othercppv4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

raygui.h
#include <raygui.h>

Create a window with a label using raygui

#include "raylib.h" #include "raygui.h" int main() { InitWindow(800, 600, "raygui example"); while (!WindowShouldClose()) { BeginDrawing(); ClearBackground(RAYWHITE); GuiLabel((Rectangle){ 190, 200, 120, 30 }, "Hello, world!"); EndDrawing(); } CloseWindow(); return 0; }
Debug
Known issues
gotcharaygui requires raylib as a dependency and must be linked after raylib.
fix
Ensure target_link_libraries(your_target raylib raygui) in CMake.
affects: *
Upgrade
Version history
4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

raygui — pip install raygui · libregistry