This toy engine is built for practicing and learning OpenGL, providing a platform to experiment with rendering, shaders, and basic engine architecture.
git clone https://github.com/kstzl/python-opengl-basic-engine
cd python-opengl-basic-engine
pip install -r requirements.txt
python ./runFPSGame.py
Controls :
- Move : W A S D
- Sprint : ALT
python ./runBatchRenderingTests.py
Controls :
- Move : W A S D
- Sprint : ALT