poomer-bella-sine/README.md

1.2 KiB

poomer-bella-sine

Learning prototype cross-platform command line for Bella scene creation with sine wave. Depends on https://github.com/oomer/oom

Build

workdir/
├── build_engine_sdk/
├── oom/
└── poomer-bella-sine/

Download SDK for your OS and drag bella_engine_sdk into your workdir. On Windows rename unzipped folder by removing version ie bella_engine_sdk-24.6.0 -> bella_engine_sdk

MacOS (tested) and Linux (untested)

mkdir workdir
cd workdir
git clone https://github.com/oomer/oom.git
git clone https://github.com/oomer/poomer-bella-sine.git
cd poomer-bella-sine
make all -j4

Windows (untested)

mkdir workdir
cd workdir
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