mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -59,6 +59,7 @@ inside main, will know the screen that's being used for the app
|
||||
|
||||
#### Questions/To Do
|
||||
- bad idea, or worst idea, to have 'surface' var in PGraphics?
|
||||
- move getFontRenderContext(font) to PApplet? surface? elsewhere?
|
||||
_ do we need canDraw() anymore?
|
||||
- Can we remove while() loop that waits until defaultSize is set false?
|
||||
- Does init() need to go away, because it's not going to work in any other setting? Because a surface must first be created, the init() method on its own will be a mess.
|
||||
|
||||
@@ -8,6 +8,7 @@ X remove isGL(), is2D(), is3D(), displayable() from PApplet
|
||||
X these were auto-imported from PGraphics
|
||||
X remove pause variable from PApplet (was not documented)
|
||||
X added copy() to PImage (to work like get(), ala PVector)
|
||||
X added getFontRenderContext() to PGraphics
|
||||
|
||||
_ remove sketch path hack from PApplet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user