beproudstandupcom / pyglet

Automatically exported from code.google.com/p/pyglet
0 stars 0 forks source link

Integrate ManagedWindow into pyglet.window #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add Brian Jorgensen's ManagedWindow class at 
http://sympy.googlecode.com/svn/trunk/sympy/
modules/ to pyglet.window (or pyglet.window.managed?).

Consider placement of gl_lock.  Does this belong in pyglet.gl?

Original issue reported on code.google.com by Alex.Hol...@gmail.com on 22 Jul 2007 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by Alex.Hol...@gmail.com on 23 Oct 2007 at 4:05

GoogleCodeExporter commented 9 years ago
Will not be included in pyglet 1.1; superseded by incoming event loop changes.  
Threading and pyglet don't mix, 
the locking will be too tricky for most users.

Original comment by Alex.Hol...@gmail.com on 23 Jan 2008 at 9:28