Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcom/voxel-challenge
taichi-voxel-challenge
https://github.com/imcom/voxel-challenge
Last synced: about 2 months ago
JSON representation
taichi-voxel-challenge
- Host: GitHub
- URL: https://github.com/imcom/voxel-challenge
- Owner: imcom
- Created: 2022-04-15T13:23:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T04:03:23.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:24:15.747Z (5 months ago)
- Language: Python
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Mountain with clouds - Clouds float around the mountain peak, created with voxels. (Applications / **Voxel Art**)
- awesome-taichi - Mountain with clouds - Clouds float around the mountain peak, created with voxels. (**Voxel Art**)
README
# Taichi Voxel Challenge
## 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
![](./screenshot2022-05-02-120106.jpg)## 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.