2025-04-18 10:26:09 -06:00
2025-04-17 12:11:16 -06:00
2025-04-17 12:11:16 -06:00
2025-04-18 10:26:09 -06:00
2025-04-17 12:11:16 -06:00

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

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
Description
Prototype command line for creating a simple Bella scene with sine wave
Readme MIT 84 MiB
Languages
C++ 72%
Makefile 28%