File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- PROCESSING 3.0a6 (REV 0233) - XX April 2015
1+ PROCESSING 3.0a6 (REV 0233) - 25 April 2015
22
33This is the big one! We've jettisoned PApplet as the base class so that
44we can improve performance, reduce flicker, and have a better base from
@@ -365,6 +365,13 @@ X Add push() and pop() to String/Int/FloatList
365365
366366[ sketch ]
367367
368+ + Added E2D, an experimental/enhanced renderer that draws directly
369+ to the Graphics context without an intermediate image. This greatly
370+ speeds up performance (especially on retina/hidpi displays), but
371+ prevents pixel access (no save(), saveFrame(), loadPixels(), etc).
372+ It also causes some rendering hiccups (frame rate is not as smooth),
373+ but that's why it's experimental.
374+
368375+ Remove isGL(), is2D(), is3D(), displayable() from PApplet
369376 (these were unintentionally auto-imported from PGraphics)
370377
You can’t perform that action at this time.
0 commit comments