Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JinkunSun/voxel-challenge-galaxy
Galaxy
https://github.com/JinkunSun/voxel-challenge-galaxy
Last synced: 4 days ago
JSON representation
Galaxy
- Host: GitHub
- URL: https://github.com/JinkunSun/voxel-challenge-galaxy
- Owner: JinkunSun
- Created: 2022-04-17T14:18:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T02:39:11.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:24:06.776Z (3 months ago)
- Language: Python
- Size: 46.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Galaxy - Simulating the solar system with voxels. (Applications / **Voxel Art**)
- awesome-taichi - Galaxy - Simulating the solar system 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
![Galaxy](./galaxy.jpg)## Quickstart
```sh
python3 main.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.