What is a Pyglet batch?
What is a Pyglet batch? A batch manages a set of objects that will be drawn all at once, and a group describes the manner in which an object is drawn. The following example creates a batch, adds two sprites to the batch, and then draws the entire batch: batch = pyglet. graphics. What is […]