Simple 3D wireframe renderer in Python.
python3 -m venv venv-py3d
For linux: source ./venv-py3d/bin/activate
pip install -r requirements.txt
python3 main.py
UP and DOWN arrow keys rotate the cube along x LEFT and RIGHT arrow keys rotate the cube along y a and d keys rotate the cube along z