prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] IntDict FloatDict StringDict #68

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by shiffman Monday Mar 11, 2013 at 20:57 GMT Originally opened as https://github.com/processing/processing-web/issues/68


I just quickly rewrote our HashMap example using the new IntHash class (thanks @benfry ). It works wonderfully.

Would be great to get this in for 2.0 so we have to think about:

a) adding it to the data tutorial -- @shiffman b) adding 1 or 2 examples -- @shiffman c) adding documentation -- @REAS @alignedleft

Current example (will be making adjustments):

https://github.com/processing/processing/tree/master/java/examples/Topics/Advanced%20Data/CountingStrings

prisonerjohn commented 10 years ago

Comment by shiffman Friday May 31, 2013 at 19:10 GMT


documentation and examples completed. will file separate issue about adding to data tutorial.