etiennebalit / pyprocessing

Automatically exported from code.google.com/p/pyprocessing
2 stars 1 forks source link

Support for PGraphics? #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Processing's Java implementation includes a PGraphics class, which enables the 
drawing of lines, ellipses, and et cetera on Images. Without this, these 
functions can only be applied to an opened, visible window.

I noticed the FBO class. This could be wrapped to provide a PGraphics-like 
interface. Then primitives.py could be re-implemented in terms of PGraphics. 
The functions in primitives.py are already written, so this shouldn't require 
too much modification, I don't think.

Is this possible?

Original issue reported on code.google.com by iihtim...@gmail.com on 6 Nov 2014 at 12:16