Skip to content

Commit c9381ec

Browse files
committed
mention E2D
1 parent 9509f0b commit c9381ec

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

build/shared/revisions.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROCESSING 3.0a6 (REV 0233) - XX April 2015
1+
PROCESSING 3.0a6 (REV 0233) - 25 April 2015
22

33
This is the big one! We've jettisoned PApplet as the base class so that
44
we 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

0 commit comments

Comments
 (0)