Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m1911star/voxel-challenge


https://github.com/m1911star/voxel-challenge

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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
![](./gameboy.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.