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.
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
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.