Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 711 Bytes

pytkogl - A pure OpenGL window using Python with TKinter


Just Python and it's standard library to build an OpenGL window.

Check my article to more details: OpenGL in Python with TKinter

It's below OpenGL 3.1 programming

Requirements for Linux

  • You must check:
    • ogl_hdr.py - line 20
      • The path of OpenGL Library
    • x11_gdi.py - line 05
      • The path of X11 Library

License: The Code Project Open License (CPOL) 1.02