-
```
Here is a simplified code which do nothing but in my app, using this leads to
major problems on texture mapping (plus the error on ivl.delete())
import pyglet as pg
batch = pg.graphics.Batch()
i…
-
```
While using pyglet's document, layout, etc. I came across 2 issues:
1) using insert_element function doesn't work as expected until
layout.begin_update and layout.end_update functions are used ar…
-
```
What steps will reproduce the problem?
1. 'Hello World' Example does not work. (copyed and pasted
http://pyglet.org/doc/programming_guide/hello_world.py)
2. Leaves a white window that can't be clo…
-
```
Have you tried Pyglet 1.2 alpha1 or the repository code?:
Both, although i'm currently running & testing with 1.2a1.
What steps will reproduce the problem?
1. Initialize a sound in pyglet and pla…
-
```
The following program:
import pyglet
window = pyglet.window.Window()
window.push_handlers(pyglet.window.event.WindowEventLogger())
#window.set_vsync(0)
pyglet.app.run()
Generates output at rough…
-
```
Using latest Pyglet "tip.zip" on OSX 10.9.2 (MacBook Air w/NVIDIA). Running the
following code:
import pyglet
class Tester(pyglet.window.Window):
def on_draw(self):
pyglet.app.exit()…
-
```
Have you tried Pyglet 1.2 alpha1 or the repository code?
What steps will reproduce the problem?
Run the program below from
OS X 10.10.2, Python 3.4.2
parse_version(pyglet.version)
('00000001',…
-
```
What steps will reproduce the problem?
1. Update to latest spotify version
2. Start Spotify
What is the expected output? What do you see instead?
DSBridge should start. It does not.
What version…
-
```
What steps will reproduce the problem?
1. 'Hello World' Example does not work. (copyed and pasted
http://pyglet.org/doc/programming_guide/hello_world.py)
2. Leaves a white window that can't be clo…
-
### Please fill out this form:
### Expected behavior
Not play sound
### Actual behavior
Crashes VBA-M
### Steps to reproduce the behavior
Have 0 audio output devices connect to your computer…