Skip to content

A basic python framework using pygame, OpenGL and pyimgui.

Notifications You must be signed in to change notification settings

444748111/PythonFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple python game framework with a few small examples.

Dependencies: pyopengl 3.1.5 pygame 2.0.1 imgui 1.3.0

Install with pip: pip install pyopengl pip install pygame pip install imgui

Notes: pygame and imgui currently have issues with key bindings which I didn't look into. Some code in main.py currently disables keyboard interaction with imgui.

About

A basic python framework using pygame, OpenGL and pyimgui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • GLSL 5.9%