Any workaround for pyglet bug? (linux)
Python implementation of the Dual N-Back mental exercise
Brought to you by:
radix-
There seems to be an upstream bug in pyglet with older intel chipsets causing graphical corruption*
I am asking here in hopes of a work-around as these errors were not present in pyglet v 1.0, (and because it seems pyglet's original developers have less time for the project).
A potential work-around that works for me is to run the program like this:
LIBGL_ALWAYS_SOFTWARE=1 python brainworkshop.pyw
might be applicable for all non-openGL2 compliant video cards, at least until the drivers can selectively fall-back to software for unsupported OGL extensions
is this still actual with pyglet 1.1.4?