Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanming-hu/voxel-art
https://github.com/yuanming-hu/voxel-art
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanming-hu/voxel-art
- Owner: yuanming-hu
- Created: 2022-04-15T09:38:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T10:07:42.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:24:17.388Z (3 months ago)
- Language: Python
- Size: 2.24 MB
- Stars: 56
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Voxel Art - The autumn forest made of voxels. (Applications / **Voxel Art**)
- awesome-taichi - Voxel Art - The autumn forest made of voxels. (**Voxel Art**)
README
# Taichi Voxel Challenge
Submission by Yuanming ([@yuanming-hu](https://github.com/yuanming-hu))
![](./view1.jpg)
## Installation
Assume you have a Python 3 environment properly, you can simply run:
```sh
pip3 install -r requirements.txt
python3 main.py
```to install the dependendies of the voxel renderer and run it.
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.## Results
![](./view2.jpg)
![](./view3.jpg)
![](./view4.jpg)
![](./view5.jpg)
![](./view6.jpg)