@@ -52,15 +52,6 @@ A Multiple screen crash with OpenGL
5252A https://github.com/processing/processing/issues/1515
5353
5454
55- _ data decision stuff
56- _ key/valueIterator to get a version that can be removed in a loop
57- _ in Table, added an Iterator function
58- _ should keys() returns cropped internal array after all?
59- _ right now it's making a copy (which is safer, so folks don't modify)
60- _ but this means that we don't have a fast method for access
61- _ methods for max, min, index of max/min entries? valueIndex?
62-
63-
6455high
6556_ draw() called again before finishing on OS X (retina issue)
6657_ https://github.com/processing/processing/issues/1709
@@ -69,6 +60,7 @@ _ https://github.com/processing/processing/issues/1699
6960_ Linux sometimes not responding correctly w/ the size() command
7061_ https://github.com/processing/processing/issues/1672
7162
63+ table
7264_ function that will convert awful CSV to TSV.. or something else?
7365_ maybe to write binary instead? then read the binary file once it's ok?
7466_ if loading from a File object
@@ -134,10 +126,12 @@ _ otherwise remove() would be the only one that dealt with indices
134126_ Dict will use remove(key), so using remove(index) as default
135127_ and removeValue(value) is probably used less
136128_ introduce remap() instead of map() (if not deprecate?)
137-
138- andres
139- _ shader syntax (Andres request)
140- _ might also need a define inside the shader to control what type it is
129+ _ key/valueIterator to get a version that can be removed in a loop
130+ _ in Table, added an Iterator function
131+ _ should keys() returns cropped internal array after all?
132+ _ right now it's making a copy (which is safer, so folks don't modify)
133+ _ but this means that we don't have a fast method for access
134+ _ methods for max, min, index of max/min entries? valueIndex?
141135
142136shape
143137_ PShape should be cached as well
0 commit comments