Skip to content

houkensjtu/qbao_voxel_art

Repository files navigation

Taichi Voxel Challenge

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.

To render a scene, simply run the script through Python.

Demo

Feel free to try out my prototypes! Some of my works are shown below:

"Voxel Taichi" - A voxel-style Taichi logo

python3 main.py

The "Taichicken" - Taichi's unofficial character!?:

python3 taichicken.py

Random spheres - 50 spheres with random RGB color:

python3 randomsphere.py

Quickstart

python3 main.py

Mouse and keyboard interface:

  • Drag with your left mouse button to rotate camera.
  • Press W/A/S/D/Q/E to move camera.
  • Press P to save screenshot.

About

Voxel challenge at Taichi dev.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages