Compare commits

..

1 Commits

Author SHA1 Message Date
Jason Ly
3a153f91b8 edit readme and makefile 2025-07-11 16:09:03 -04:00
21 changed files with 739 additions and 4 deletions

View File

@ -48,7 +48,7 @@ cd workdir
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/oomer/poomer-bella-sine.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
@ -63,7 +63,7 @@ cd workdir
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/oomer/poomer-bella-sine.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
@ -86,7 +86,7 @@ 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/oomer/poomer-bella-sine.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

@ -0,0 +1 @@
C:\Users\Jason\workdir\poomer-bella-sine\poomer-bella-sine.cpp;C:\Users\Jason\workdir\poomer-bella-sine\poomer-b.7AEA0690\x64\release\poomer-bella-sine.obj

View File

@ -0,0 +1 @@
^C:\USERS\JASON\WORKDIR\BELLA_ENGINE_SDK\LIB\BELLA_ENGINE_SDK.LIB|C:\USERS\JASON\WORKDIR\POOMER-BELLA-SINE\POOMER-B.7AEA0690\X64\RELEASE\POOMER-BELLA-SINE.OBJ

View File

@ -0,0 +1,2 @@
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.44.35207:TargetPlatformVersion=10.0.26100.0:
release|x64|C:\Users\Jason\workdir\poomer-bella-sine\|

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>C:\Users\Jason\workdir\poomer-bella-sine\x64\release\poomer-bella-sine.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

Binary file not shown.

Binary file not shown.

720
poomer-bella-sine.bsa Normal file

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
#include "../oom/oom_license.h" // oomer's helper code for licenses
#include "../oom/oom_bella_long.h" // more oomer's helper code for bella, but has long data
#include "../oom/oom_bella_engine.h" // oomer's helper code for bella rendering
#include "../oom/oom_bella_premade.h" // oomer's helper code with premade bella scenes
#include "../oom/oom_bella_premade.h" // oomer's helper code for bella scenes
#include "../oom/oom_bella_misc.h" // oomer's hlper code for bella misc code
//==============================================================================

BIN
untitled.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 KiB

Binary file not shown.

Binary file not shown.

BIN
x64/release/dl_usd_ms.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.