From 30cf983116d20a4227af8640dcda7a0a1ee3ed21 Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Wed, 2 Jul 2025 07:46:11 -0400 Subject: [PATCH] Update for bella sdk 25.3.0 --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 84954a2..aa28010 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,27 @@ x64\release\poomer-bella-sine.exe -r start ./untitled.png ``` +## Windows (win 10 Enterprise) +- [optioanl] Install https://git-scm.com + +- Download Visual Studio Community Edition 2022 +- Run VisualStudioSetup.exe +- Workload = [x] Desktop developemnt with C++ +- Individial components = [x] Git For Windows + +Run **x64 Native Tools Command Prompt for VS 2022** +``` +cd %USERPROFILE% +mkdir workdir\bella_engine_sdk +cd workdir\bella_engine_sdk +curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.zip +tar -xf bella_engine_sdk-24.6.0.zip +cd .. +git clone https://github.com/oomer/oom.git +git clone https://github.com/oomer/poomer-bella-sine.git +cd poomer-bella-sine +msbuild poomer-bella-sine.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 +copy %USERPROFILE%\workdir\bella_engine_sdk\lib\dl_usd_ms.dll %USERPROFILE%\workdir\poomer-bella-sine +x64\release\poomer-bella-sine.exe -r +start ./untitled.png +``` \ No newline at end of file