Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 802 Bytes

city

Simple procedural city generator. Standalone Flecs project with embedded graphics modules (live webasm demo)

Screen Shot 2021-12-21 at 2 17 27 PM

How to run

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 flecs-hub/city

Have fun!

How to use

To customize the city generation parameters, change the settings in the etc/assets/scene.plecs file.