Skip to content

kstzl/python-opengl-basic-engine

Repository files navigation

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

About

Basic Python OpenGL Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published