FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 127 : reduce the size of core.jar
Last modified: 2010-06-05 09:24
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
WONTFIX -
Pr
i
ority:
P5
Severity:
enhancement
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-08-13 09:31
remove some of the bloat, how can we make things more compact?
i.e. if not using 3D, can leave out PGraphics3, PTriangle, PLine
PPolygon isn't currently used for anything, should remove it, or break it
into its own version of PGraphics3 that can be used at one's own risk.
Additional Comment
#1 From fry 2010-06-05 09:24
this is too general a goal, so closing it out.
the better solution is to implement a simple proguard optimization step
after sketches have been created, that will make them more reasonable, and
strip unused code. (will open a separate bug for that.)