forked from oomer/poomer-bella-sine
Compare commits
2 Commits
jason-chan
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e971e47b0e | |||
| ec23989b78 |
@ -48,7 +48,7 @@ cd workdir
|
|||||||
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-macos.zip
|
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-macos.zip
|
||||||
unzip 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/oom.git
|
||||||
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
|
git clone https://git.indoodle.com/oomer/poomer-bella-sine.git
|
||||||
cd poomer-bella-sine
|
cd poomer-bella-sine
|
||||||
make all -j4
|
make all -j4
|
||||||
bin/Darwin/release/poomer-bella-sine -r
|
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
|
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
|
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/oom.git
|
||||||
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
|
git clone https://git.indoodle.com/oomer/poomer-bella-sine.git
|
||||||
cd poomer-bella-sine
|
cd poomer-bella-sine
|
||||||
make all -j4
|
make all -j4
|
||||||
bin/Linux/release/poomer-bella-sine -r
|
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
|
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
|
||||||
tar -xf 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/oom.git
|
||||||
git clone https://git.indoodle.com/jason/poomer-bella-sine.git
|
git clone https://git.indoodle.com/oomer/poomer-bella-sine.git
|
||||||
cd poomer-bella-sine
|
cd poomer-bella-sine
|
||||||
msbuild poomer-bella-sine.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
|
msbuild poomer-bella-sine.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
|
||||||
x64\release\poomer-bella-sine.exe -r
|
x64\release\poomer-bella-sine.exe -r
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
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
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
^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
|
|
||||||
Binary file not shown.
@ -1,2 +0,0 @@
|
|||||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.44.35207:TargetPlatformVersion=10.0.26100.0:
|
|
||||||
release|x64|C:\Users\Jason\workdir\poomer-bella-sine\|
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
<?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.
File diff suppressed because one or more lines are too long
@ -12,7 +12,7 @@
|
|||||||
#include "../oom/oom_license.h" // oomer's helper code for licenses
|
#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_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_engine.h" // oomer's helper code for bella rendering
|
||||||
#include "../oom/oom_bella_premade.h" // oomer's helper code for bella scenes
|
#include "../oom/oom_bella_premade.h" // oomer's helper code with premade bella scenes
|
||||||
#include "../oom/oom_bella_misc.h" // oomer's hlper code for bella misc code
|
#include "../oom/oom_bella_misc.h" // oomer's hlper code for bella misc code
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|||||||
BIN
untitled.png
BIN
untitled.png
Binary file not shown.
|
Before Width: | Height: | Size: 767 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user