mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updates and notes and organizing
This commit is contained in:
@@ -744,6 +744,7 @@ LATER (post 2.0)
|
||||
|
||||
_ handle repeat key events
|
||||
_ and/or holding keys down and discerning repeats
|
||||
_ https://github.com/processing/processing/issues/1622
|
||||
_ fillMode(NONZERO) and fillMode(ODD) to replace solid(boolean)?
|
||||
_ create PVec2D and PVec3D as separate classes
|
||||
_ gui priorities
|
||||
@@ -818,3 +819,4 @@ _ mostly just change the examples to not use loadPixels() anymore
|
||||
_ put a Hash<Something> class in there
|
||||
_ will this work to sort by the values?
|
||||
_ there was another concern as well..
|
||||
_ save() should probably come out of image, ja?
|
||||
|
||||
@@ -76,6 +76,8 @@ _ when creating a sketch within non-Java mode, should write the settings file
|
||||
_ so that it re-loads in the proper environment
|
||||
_ remove sketch.properties when moving back to the default?
|
||||
_ or can we not do this, because it's used to set the 'next' mode
|
||||
_ add means to import .zip files from file/url into sketchbook, library, etc.
|
||||
_ super easy given current code implementation, might help usability
|
||||
|
||||
|
||||
2.0 FINAL / libraries & classpaths
|
||||
|
||||
Reference in New Issue
Block a user