Taichi Voxel Challenge
April 18, 2022 ยท View on GitHub
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
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.
Results
