pyglet / pyglet

pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.
http://pyglet.org
BSD 3-Clause "New" or "Revised" License
1.78k stars 294 forks source link

More Doc improvements. #1111

Closed caffeinepills closed 2 weeks ago

caffeinepills commented 2 weeks ago

Update to runtime options to use an object instead. This way it is easier to add docstrings and keep options up to date.

Updated simple shader example to include our uniform block information.