Simple example that renders bouncing boxes. Live demo @ https://www.flecs.dev/bouncing-boxes/etc/
Use the following commands to run the demo:
Install bake on macOS/Linux:
git clone https://github.com/SanderMertens/bake
bake/setup.sh
Install bake on Windows
git clone https://github.com/SanderMertens/bake
cd bake
setup
or if you already have a bake installation:
bake upgrade
Then run:
bake run SanderMertens/bouncing-boxes
Have fun!