In the main folder which contains the setup.py execute the following commands on the terminal. Create a virtual env with conda conda create -n pyside-opengl-tuto Activate your virtual env conda ...
This project is a simple 3D engine built using Pygame and OpenGL. It features basic 3D object rendering and camera controls. Object Rendering: This engine can render 3D objects. Camera Controls: The ...