Skip to content

victoriacity/voxel-challenge

Repository files navigation

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

sceenshot2022-04-17-223227 sceenshot2022-04-17-223303 sceenshot2022-04-17-223357 sceenshot2022-04-17-223520 sceenshot2022-04-17-223543 sceenshot2022-04-17-223602 sceenshot2022-04-17-223627 sceenshot2022-04-17-223738 sceenshot2022-04-17-223805 sceenshot2022-04-17-223846 sceenshot2022-04-17-223916

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages