@@ -43,8 +43,10 @@ X Errors in glsl code are only caught when set() is used
4343X https://github.com/processing/processing/issues/2268
4444X move glsl entries to their own subdirectory
4545
46+
4647beta
4748X fix up handling of fullScreen()
49+ X https://github.com/processing/processing-docs/issues/250
4850X https://github.com/processing/processing/issues/3296
4951X right now using a (display ignoring) hack to displayWidth/Height
5052X maybe we use the AWT screen sizes first, then match the others w/ em?
@@ -59,20 +61,22 @@ X split 'present' and 'full screen'?
5961X --full-screen causes considerable flicker at this point
6062X or split them when sketchWidth/Height are implemented?
6163_ smooth() and noSmooth()
62- _ can only be called inside setup(), show warning elsewhere
63- _ is lifted out of setup() and into settings()
64- _ goes before the first beginDraw() with createGraphics()
65- _ sketchQuality() needs to be rooted out
6664_ https://github.com/processing/processing/issues/3357
6765_ https://github.com/processing/processing-docs/issues/251
66+ _ can only be called inside setup(), show warning elsewhere
67+ _ is lifted out of setup() and into settings()
68+ X goes before the first beginDraw() with createGraphics()
69+ X sketchQuality() needs to be rooted out
6870_ replace sketchXxxx() methods with another mechanism?
6971_ and an internal dictionary that stores them all?
7072_ intParam(), stringParam() and setParam()?
7173_ or sketchInt() or settingsInt()?
7274_ surface.size(), surface.noSmooth()... just like PGraphics methods?
73- X sketchXxxx() methods are final, need to move folks away from these
75+ X sketchXxxx() methods
76+ _ make final to move folks away from these?
7477_ or is this a bad move until we've sorted out Android?
7578
79+
7680critical
7781_ draw() executes twice when noLoop() called in setup()
7882_ https://github.com/processing/processing/issues/3310
0 commit comments