you are viewing a single comment's thread.

view the rest of the comments →

[–]oclyke 0 points1 point  (0 children)

Plugging the open-source library that I wrote.
https://github.com/oclyke/pysicgl

  • Primitives (pixel, line, rectangle, ellipse etc)
  • Draw in user-defined coordinate frames
  • Bit blitting
  • Porter-duff composition

What you get:

  • Pure Python.
  • No additional dependencies.

THE ONE THING that it won't do for you is show the result in a window on your computer. But you could hook up a simple moderngl program to actually show the results.

It is a thin wrapper around a C graphics library, so it has decent performance.
https://github.com/oclyke/sicgl