Compare commits

...

31 Commits

Author SHA1 Message Date
Jason Ly
bf32bf6169 comment on copying libdl_usd_ms 2025-07-08 18:06:06 -04:00
Jason Ly
1038458333 remove -l for the unzip bella on mac 2025-07-07 19:14:16 -04:00
Jason Ly
43ad37cf79 download bella engine sdk 25.3.0 on linux 2025-07-07 18:42:28 -04:00
Jason Ly
bb13d697bd change to clone git.indoodle.com instead of github for linux 2025-07-07 18:32:23 -04:00
Jason Ly
b3b380a262 update readme for linux to use bella engine sdk to 25.3.0 2025-07-07 17:48:20 -04:00
Jason Ly
9cbfbe7b0c remove endif 2025-07-06 23:05:54 -04:00
Jason Ly
fefcc07b8e copy libdl_usd_ms.* for mac/linux 2025-07-06 22:59:39 -04:00
Jason Ly
64c0726e68 tabs instead of whitespace for mac 2025-07-06 21:40:38 -04:00
Jason Ly
b5590f256c tabs instead of whitespace for mac 2025-07-06 21:38:13 -04:00
Jason Ly
d7906a78e2 tabs instead of whitespace for mac 2025-07-06 21:19:57 -04:00
Jason Ly
e92ec35b66 adjust makefile for both mac and linux 2025-07-06 20:28:46 -04:00
Jason Ly
d4c3b6a806 copy bella sdk 25.3.0 libs over 2025-07-04 17:16:45 -04:00
Jason Ly
55b4b254fd bella engine sdk 25.3.0 for mac 2025-07-04 14:26:12 -04:00
Jason Ly
75a942979e update bella engine sdk 25.3.0 for mac 2025-07-04 14:24:56 -04:00
Jason Ly
37e2628e9a bella engine sdk 25.3.0 for mac 2025-07-04 14:18:16 -04:00
Jason Ly
dcb04b52e0 stay in workdir 2025-07-02 21:56:55 -04:00
Jason Ly
452ff34c87 optimize readme 2025-07-02 21:47:14 -04:00
Jason Ly
c9be2e2d62 improve readme 2025-07-02 18:09:01 -04:00
Jason Ly
df6d6effdc improve readme 2025-07-02 18:04:28 -04:00
Jason Ly
d68bd2270b install bellarender sdk into workdir 2025-07-02 08:51:28 -04:00
Jason Ly
794ad912d2 add http to bellarender link 2025-07-02 08:49:29 -04:00
Jason Ly
7c903de497 link bella sdk website 2025-07-02 08:47:41 -04:00
Jason Ly
1820e0f6d4 edit README.md 2025-07-02 08:45:21 -04:00
Jason Ly
867a37925e edit readme 2025-07-02 08:36:17 -04:00
Jason Ly
2a88a8c8a4 remove readme 2025-07-02 08:32:45 -04:00
Jason Ly
575866a667 remove x64/release 2025-07-02 08:27:02 -04:00
856001c608 Update README.md 2025-07-02 12:23:15 +00:00
Jason Ly
caf74c1f5a change instructions on getting bella engine sdk 25.3.0 2025-07-02 08:15:52 -04:00
Jason Ly
8b141d44bb change instructions on getting bella engine sdk 25.3.0 2025-07-02 08:11:30 -04:00
Jason Ly
6ab427abf1 change instructions on getting bella engine sdk 25.3.0 2025-07-02 08:07:32 -04:00
Jason Ly
30cf983116 Update for bella sdk 25.3.0 2025-07-02 07:46:11 -04:00
4 changed files with 19 additions and 18 deletions

View File

@ -45,11 +45,10 @@ workdir/
```
mkdir workdir
cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.dmg
hdiutil attach bella_engine_sdk-24.6.0.dmg
cp -R /Volumes/Bella\ Engine\ SDK\ 24.6.0/bella_engine_sdk .
git clone https://github.com/oomer/oom.git
git clone https://github.com/oomer/poomer-bella-sine.git
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-macos.zip
unzip bella_engine_sdk-25.3.0-macos.zip
git clone https://git.indoodle.com/oomer/oom.git
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
cd poomer-bella-sine
make all -j4
bin/Darwin/release/poomer-bella-sine -r
@ -61,17 +60,17 @@ open ./untitled.png
sudo apt install -y build-essential curl
mkdir workdir
cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.tar.gz
tar -xvf bella_engine_sdk-24.6.0.tar.gz
git clone https://github.com/oomer/oom.git
git clone https://github.com/oomer/poomer-bella-sine.git
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-linux.tar.gz
tar -xvf bella_engine_sdk-25.3.0.tar.gz
git clone https://git.indoodle.com/oomer/oom.git
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
cd poomer-bella-sine
make all -j4
bin/Linux/release/poomer-bella-sine -r
file ./untitled.png
```
## Windows (kasm-win11pro)
## Windows (win10 enterprise)
- [optioanl] Install https://git-scm.com
- Download Visual Studio Community Edition 2022
@ -82,13 +81,12 @@ file ./untitled.png
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
mkdir workdir
cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
tar -xf bella_engine_sdk-25.3.0-win32.zip
git clone https://git.indoodle.com/oomer/oom.git
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
cd poomer-bella-sine
msbuild poomer-bella-sine.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
x64\release\poomer-bella-sine.exe -r

View File

@ -96,7 +96,8 @@ $(OUTPUT_FILE): $(OBJECT_FILES)
@mkdir -p $(@D)
$(CXX) -o $@ $(OBJECT_FILES) $(LINKER_FLAGS) $(LIB_PATHS) $(LIBRARIES)
@echo "Copying libraries to $(BIN_DIR)..."
@cp $(SDK_LIB_PATH)/$(SDK_LIB_FILE) $(BIN_DIR)/$(SDK_LIB_FILE)
@cp $(SDK_LIB_PATH)/$(SDK_LIB_FILE) $(BIN_DIR)/$(SDK_LIB_FILE)
@cp -P $(SDK_LIB_PATH)/libdl_usd_ms.$(SDK_LIB_EXT) $(BIN_DIR)/ # copy libdl_usd_ms library file from bellangine_sdk to bin directory
@echo "Build complete: $(OUTPUT_FILE)"
# Add default target

View File

@ -99,6 +99,8 @@
echo dl_core.dll copied &
copy "$(ProjectDir)..\bella_engine_sdk\lib\dl_oidn_core.dll" "$(TargetDir)" &
echo dl_oidn_core.dll copied &
copy "$(ProjectDir)..\bella_engine_sdk\lib\dl_usd_ms.dll" "$(TargetDir)" &
echo dl_usd_ms.dll copied &
echo Post-build event finished</Command>
</PostBuildEvent>
</ItemDefinitionGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB