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 3DRendererpython -m venv venv
venv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtpython main.py