A basic 3D rendering engine with opengl written in Python.
Follow the steps below to run 3D Renderer:
git clone https://github.com/TheLp281/3DRenderer
cd 3DRenderer
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python main.py