FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 686 : implement method for lightweight components with processing applets
Last modified: 2008-08-16 15:18
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
LATER -
Pr
i
ority:
P3
Severity:
enhancement
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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).