From 99bb7da850464b903e4cf53ce2092df3a479b8ea Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 12 Jan 2025 15:02:30 -0800 Subject: [PATCH] third_party: add raygui (#34369) --- third_party/raylib/include/raygui.h | 1833 +++++++++++++++++++++++++++ third_party/raylib/setup.sh | 4 + 2 files changed, 1837 insertions(+) create mode 100644 third_party/raylib/include/raygui.h diff --git a/third_party/raylib/include/raygui.h b/third_party/raylib/include/raygui.h new file mode 100644 index 0000000000..15002b712c --- /dev/null +++ b/third_party/raylib/include/raygui.h @@ -0,0 +1,1833 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + raygui/src/raygui.h at 76b36b597edb70ffaf96f046076adc20d67e7827 · raysan5/raygui · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Skip to content + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + +
+
+
+ + + + + + + + + +
+ +
+ +
+ +
+ + + + / + + raygui + + + Public +
+ + +
+ +
+ + +
+
+ +
+
+ + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ +
+ +
+
+ +
+ +
+

Footer

+ + + + +
+
+ + + + + © 2025 GitHub, Inc. + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + diff --git a/third_party/raylib/setup.sh b/third_party/raylib/setup.sh index 4f26847706..343c71fc11 100755 --- a/third_party/raylib/setup.sh +++ b/third_party/raylib/setup.sh @@ -39,3 +39,7 @@ cd src make -j$(nproc) PLATFORM=$RAYLIB_PLATFORM sudo make install RAYLIB_INSTALL_PATH=$INSTALL_DIR RAYLIB_H_INSTALL_PATH=$INSTALL_H_DIR + +# this commit needs to be in line with raylib +RAYGUI_COMMIT="76b36b597edb70ffaf96f046076adc20d67e7827" +wget -O $INSTALL_H_DIR/raygui.h https://github.com/raysan5/raygui/blob/$RAYGUI_COMMIT/src/raygui.h