Skip to content Skip to sidebar Skip to footer
Showing posts with the label Drawing

Draw A Circle In Pygame Using Tkinter

using bits of code from another question, I embedded a pygame window in a tkinter window, I'm t… Read more Draw A Circle In Pygame Using Tkinter

Pixelwise Drawing In Pyglet (python)

OK. I'm tired of googling and reading throught lots of documentation with no results. My aim is… Read more Pixelwise Drawing In Pyglet (python)

Python Qt Bindings: SetCosmetic() And SceneRect(), Problems With Margins

With the following simple example (which works well with either PySide or PyQt4): import sys import… Read more Python Qt Bindings: SetCosmetic() And SceneRect(), Problems With Margins

Pygame: Drawing Lines

In my previous question For Loop Functions in Python, I had trouble with putting functions that con… Read more Pygame: Drawing Lines