You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 6 Nov 2014 at 12:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Nov 2014 at 12:16The text was updated successfully, but these errors were encountered: