Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 676 Bytes

Python OpenGL Basic Engine

Introduction

This toy engine is built for practicing and learning OpenGL, providing a platform to experiment with rendering, shaders, and basic engine architecture.

Installation

git clone https://github.com/kstzl/python-opengl-basic-engine
cd python-opengl-basic-engine
pip install -r requirements.txt

Running the FPS Test Game

alt text

python ./runFPSGame.py

Controls :

  • Move : W A S D
  • Sprint : ALT

Running the Batch Rendering Test Game

Batch Rendering

python ./runBatchRenderingTests.py

Controls :

  • Move : W A S D
  • Sprint : ALT