Bug 686 : implement method for lightweight components with processing applets
Last modified: 2008-08-16 15:18




Status:
RESOLVED
Resolution:
LATER -
Priority:
P3
Severity:
enhancement

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2007-11-15 02:46
might be a way to use lightweight components to make it easier to embed
PApplet in applications. perhaps a PApplet that's specifically for use with
Swing, with the caveat that it's slower. also possible to just make
createGraphics() more usable on its own without a PApplet.

note that opengl support will need to happen through the lightweight opengl
component, which may be trickier (most likely a hint() when the opengl
renderer is used).