Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuperSodaSea/voxel-challenge-alpha
https://github.com/SuperSodaSea/voxel-challenge-alpha
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SuperSodaSea/voxel-challenge-alpha
- Owner: SuperSodaSea
- Created: 2022-04-30T10:22:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T08:14:26.000Z (over 2 years ago)
- Last Synced: 2024-10-31T05:41:53.849Z (about 2 months ago)
- Language: Python
- Size: 1.44 MB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Half Broken - Inspired by magical records. (Applications / **Voxel Art**)
- awesome-taichi - Half Broken - Inspired by magical records. (**Voxel Art**)
README
# Taichi Voxel Challenge - SuperSodaSea's work
Blog Link: https://zhuanlan.zhihu.com/p/516318773 (If you got 404, visit me later!)
---
## About Taichi Voxel Challenge
Visit https://github.com/taichi-dev/voxel-challenge for more information.
## Installation
Make sure your `pip` is up-to-date:
```bash
pip3 install pip --upgrade
```Assume you have a Python 3 environment, simply run:
```bash
pip3 install -r requirements.txt
```to install the dependencies of the voxel renderer.
## Quickstart
Mouse and keyboard interface:
+ Drag with your left mouse button to rotate the camera.
+ Press `W/A/S/D/Q/E` to move the camera.
+ Press `P` to save a screenshot.