Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PGraphics? #23

Open
GoogleCodeExporter opened this issue Apr 18, 2016 · 0 comments
Open

Support for PGraphics? #23

GoogleCodeExporter opened this issue Apr 18, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant