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