Assume you have a Python 3 environment properly, you can simply run:
pip3 install -r requirements.txtto install the dependendies of the voxel renderer.
Please fill in your code in main.py and include your result in this README.md file.
python3 example1.py # example2/3/4.pyMouse and keyboard interface:
- Drag with your left mouse button to rotate camera.
- Press
W/A/S/D/Q/Eto move camera. - Press
Pto save screenshot.

