KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
voxel-challenge-alpha
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
KnowExpert
:
The implementation of the paper "Retrieval-Free Knowledge-Grounded Dialogue Response Generation with Adapters".
HoopsHero
:
Predict the market value of NBA players!
libsobacas
:
PC/SC compatible, ECM deocder library
MLP4Rec
:
IJCAI 2022 MLP4Rec
mpv-android-argparse
:
Simple wrapper that lets you pass arguments to mpv-android, without root access
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
voxel-challenge-alpha
?
Download (.md)
# <a name="title">Taichi Voxel Challenge - SuperSodaSea's work</a> <p align="center"> <img src="diamond_ore.jpg" width="75%"></img> <br> <a href="https://github.com/SuperSodaSea/voxel-challenge-alpha/blob/main/diamond_ore.py">Diamond Ore</a> </p> <p align="center"> <img src="shanghai.jpg" width="75%"></img> <br> <a href="https://github.com/SuperSodaSea/voxel-challenge-alpha/blob/main/shanghai.py">Shanghai</a> </p> <p align="center"> <img src="half_broken.jpg" width="75%"></img> <br> <a href="https://github.com/SuperSodaSea/voxel-challenge-alpha/blob/main/half_broken.py">Half-Broken</a> </p> 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.