Skip to content

flecs-hub/city

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b5783ac · Jul 29, 2024

History

40 Commits
Jul 29, 2024
Jul 13, 2024
Aug 17, 2023
Jul 13, 2024
Dec 20, 2021
Dec 20, 2021
Aug 2, 2022
Aug 2, 2022
Jul 13, 2024

Repository files navigation

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.