updates and notes and organizing

This commit is contained in:
Ben Fry
2013-04-29 16:20:12 -04:00
parent 82df257c77
commit 469c9c3e73
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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?
+2
View File
@@ -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