A Personal project.
Main goal was to create my own basic version of a game engine using openGL Implement basic world editor tools to build a world through a viewport and shap manipulation
doom / fps games
Use PowerShell to create and activate a virtual environment:
python -m venv .venv
.\.venv\Scripts\Activate.ps1Once the environment is active, install the required packages:
pip install -r requirements.txt