From 2e7e80065f0126b83277f68c7edef37be4c34604 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Wed, 7 Jan 2026 21:14:52 -0700 Subject: [PATCH] first 3 platform working instructions --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a28946..86994e0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # poomer-raylib-bella_onimage -c++ prototype GUI interface for [Bella Path Tracer](https://bellarender.com) using raylib/raygui with command line build instructions for MacOS/Win/Linux +c++ prototype GUI interface for [Bella Path Tracer](https://bellarender.com) using raylib/raygui Alt text Alt text Alt text -# Build + +# Build instructions ``` workdir/ @@ -100,8 +101,6 @@ tar -xf bella_engine_sdk-25.3.0-win32.zip cd raylib git clone https://github.com/raysan5/raylib.git . cmake -B ./build -#cd build -#msbuild raylib.sln /p:Configuration=Release cmake --build ./build --config Release -j%NUMBER_OF_PROCESSORS% #Install raygui @@ -113,5 +112,9 @@ git clone https://git.indoodle.com/oomer/oom.git cd poomer-raylib-bella_onimage git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git . msbuild poomer-raylib-bella_onimage.vcxproj /p:Configuration=release -x64\release\poomer-raylib-bella_onimage.exe -h -``` \ No newline at end of file +x64\release\poomer-raylib-bella_onimage.exe +``` + + +If Windows only has a Microsoft Basic Display Adapter, raylib will initialization crash when creating a window. Install a Mesa OpenGL driver https://github.com/pal1000/mesa-dist-win/releases +