pyopengltk icon indicating copy to clipboard operation
pyopengltk copied to clipboard

OpenGL frame for Python/Tkinter via ctypes and pyopengl

Results 11 pyopengltk issues
Sort by recently updated
recently updated
newest added

I am using Debian 11, X11, PyCharm, Python 3.9 I tried to run this simple program: ``` import tkinter as tk from OpenGL.GL import * from OpenGL.GLU import * from...

**Work in progress** Leaving this PR here hanging for a bit to share what I have done so far. If anyone have any input on how to get the surface...

# Issue: - Module import fails for wayland. - `PYOPENGL_PLATFORM=EGL` doesn't help. (Error is thrown with AND without the variable set) # Command call ```sh $ PYOPENGL_PLATFORM='egl' python -c 'import...

I have noticed that the openglframe supports `` and `` but not any keyboard input. Is this something that can be changed?.

Do I have to assume that pyopengltk uses double buffering by default ? Can it be changed during initialization ? If this is not possible, is a combination of glDrawBuffer(GL_FRONT)...

@jonwright , @einarf Im running Python 3.7.3 on macOS Catalina, I tried to import the OpenGLFrame like this ``` from OpenGL import GL from pyopengltk import OpenGLFrame ``` Which resulted...

Should be more than doable to make an `OpenGLFrame` for darwin. It's needs to properly separate 2.1 and core contexts because OS X only supports 2.1 or 3.3-4.1. There is...

Some missing (imporant options). Trying to be conservative here. The are ordered by importance: * `depth_bits` to specify resolution for depth buffer. The default 16 bits is often not enough....

Could you add Tkinter example for python to your python example files? This is free to use simple code. [Tkinter.zip](https://github.com/jonwright/pyopengltk/files/15446610/Tkinter.zip)