https://github.com/rexwangcc/taichi-voxel-challenge
My repo for taichi voxel challenge
https://github.com/rexwangcc/taichi-voxel-challenge
Last synced: about 1 year ago
JSON representation
My repo for taichi voxel challenge
- Host: GitHub
- URL: https://github.com/rexwangcc/taichi-voxel-challenge
- Owner: rexwangcc
- Created: 2022-04-17T06:07:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T14:31:38.000Z (about 4 years ago)
- Last Synced: 2025-04-03T22:07:18.782Z (about 1 year ago)
- Language: Python
- Size: 6.82 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Pokémon - Simulating Pokémon's Poké Balls with voxels. (**Voxel Art**)
- awesome-taichi - Pokémon - Simulating Pokémon's Poké Balls with voxels. (Applications / **Voxel Art**)
README
# Taichi Voxel Challenge
## Disclaimer
**Being a gameholic for almost 2 decades, my crafts are largely inspired by
the great (video) games and/or animations from differnt cultures, and I appreciate them.
If you think they have infringements concerns that directly or indirectly affect you, or
your patents, please let me know through the `Github Issues` and I will take proper
actions ASAP.**
## Gallery
What I got at the end within 99 lines of code (in screenshots, not rendered outputs):



### Initial Iterations
What I got in 40 mins:

## Installation
Assume you have a Python 3 environment properly, you can simply run:
```sh
pip3 install -r requirements.txt
```
to install the dependendies of the voxel renderer.
Please fill in your code in `main.py` and include your result in this README.md file.
## Demo

## Quickstart
```sh
python3 example1.py # example2/3/4.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.