kinnichiroh / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Add integration with Processing (http://processing.org) #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As an enhancement request, I would like to be able to use the Piccolo2D
scenegraph in applications made with Processing (http://processing.org).

Original issue reported on code.google.com by heue...@gmail.com on 6 Nov 2008 at 11:25

GoogleCodeExporter commented 9 years ago
As a first step, I have created the attached Processing example which uses a new
Piccolo2D core class POffscreenCanvas.  Open index.html in a java-enabled web 
browser.

Comments, suggestions welcome.

Original comment by heue...@gmail.com on 6 Nov 2008 at 11:31

Attachments:

GoogleCodeExporter commented 9 years ago
I would like to push this forward to version 1.3.  Anyone willing to review?

Original comment by heue...@gmail.com on 16 Mar 2009 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 16 Mar 2009 at 6:08

GoogleCodeExporter commented 9 years ago
Committing to extras for review.

$ svn commit -m "Issue 69 ; adding POffscreenCanvas to extras, with unit test 
and
example" .
Adding        
examples/src/main/java/edu/umd/cs/piccolo/examples/OffscreenCanvasExample.java
Adding         extras/src/main/java/edu/umd/cs/piccolox/POffscreenCanvas.java
Adding         
extras/src/test/java/edu/umd/cs/piccolox/POffscreenCanvasTest.java
Transmitting file data ...
Committed revision 441.

Original comment by heue...@gmail.com on 4 May 2009 at 5:38

GoogleCodeExporter commented 9 years ago
Proposing this for inclusion in core.  Vote at r670.

commit -m "Issue 69 ; moving POffscreenCanvas to core" .
...
Transmitting file data ...
Committed revision 670.

Original comment by heue...@gmail.com on 20 Aug 2009 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by mr0...@mro.name on 25 Oct 2009 at 6:39