Builds a procedurally-generated city in 99 lines of Taichi code.
Assume you have a Python 3 environment properly, you can simply run:
pip3 install -r requirements.txtto install the dependendies of the voxel renderer.
- Change the
dayvariable on Line 2 to switch between day and night. - Change the
manual_seedvariable on Line 2 (has to be a non-negative integer) to use a different random seed to generate the city.










