Commit Graph

127 Commits

Author SHA1 Message Date
Daniel Shiffman 261ec7dbda small fixes to data examples 2013-05-31 14:57:17 -04:00
Ben Fry 6538fe8efc fix for api change 2013-05-18 10:22:03 -04:00
Daniel Shiffman b45a25b82f minor change to thread example 2013-05-02 12:03:04 -04:00
Daniel Shiffman 24da25497f updating JSON example 2013-04-30 22:05:37 -04:00
Daniel Shiffman 95ed70450a updating example for IntDict 2013-04-29 11:26:55 -04:00
Daniel Shiffman abdd12188f cleanup JSON example more 2013-04-26 14:10:04 -04:00
Daniel Shiffman bca7852b47 LoadSaveJSON mostly working 2013-04-26 13:59:11 -04:00
Casey Reas c89c3311f6 Remove Puff example 2013-04-25 18:07:10 -07:00
Daniel Shiffman 413d833aba temporarily reverting some PVector methods to be compatible with processingjs. 2013-04-25 10:33:53 -04:00
Daniel Shiffman 3a663e3c08 playing with JSON example a bit 2013-04-07 22:03:28 -04:00
Daniel Shiffman 94ac0ec977 Merge branch 'master' of github.com:processing/processing 2013-04-06 22:06:57 -04:00
Daniel Shiffman fa30e6b830 working on JSON example using java JSON objects in the interim 2013-04-05 15:56:34 -04:00
Yong Bakos e42b4dcb3c Improving header comment to set user expectation.
Cleaning up setOffset() such that it has one job: setting the offset.
References processing/processing_web#45
2013-04-05 12:17:12 -06:00
Casey Reas 0a66cf6299 Replacing Game of Life Example 2013-03-26 11:51:34 -07:00
Daniel Shiffman 9a466e1866 misc PVector and example cleanup 2013-03-18 22:12:27 -04:00
Daniel Shiffman 0c35ad10a5 some comments for the new morph example 2013-03-18 21:56:23 -04:00
Daniel Shiffman e5cb7eed83 a new proposed example demonstrating morphing from one shape to another 2013-03-18 16:16:24 -04:00
Daniel Shiffman 4754ec6adc comments reflection2 2013-03-18 15:42:25 -04:00
Daniel Shiffman 6e58223c95 comments for reflection1 example 2013-03-18 15:39:47 -04:00
Daniel Shiffman 0e31b2e402 reworked Cubes example with OOP and PVector 2013-03-18 15:23:11 -04:00
Daniel Shiffman 0edca43510 tiny reflection2 fix 2013-03-16 22:45:01 -04:00
Daniel Shiffman 91471de8d9 reworking Reflection1 to use PVector 2013-03-16 22:29:58 -04:00
Daniel Shiffman 7cde928f9b reworked Reflection2 to use PVector and OOP 2013-03-16 22:09:18 -04:00
Daniel Shiffman 4cde40675e updating CircleCollision to follow PVector syntax 2013-03-15 22:56:44 -04:00
Daniel Shiffman 20e501eab0 some fixes for HashMap class examples thanks to @REAS 2013-03-15 22:30:30 -04:00
Daniel Shiffman 5110df6f68 removing unecessary files 2013-03-15 16:21:04 -04:00
Daniel Shiffman c05cef2917 reworking of IntHash and HashMap examples 2013-03-15 16:15:23 -04:00
Daniel Shiffman 8a8cf154c7 quick comment fix for CountingStrings 2013-03-11 13:59:55 -04:00
Daniel Shiffman e3ae88f161 IntHash works. Oh I am so happy. 2013-03-11 13:57:58 -04:00
Daniel Shiffman f382ce6d1c trying a JSON example, but not getting very far yet 2013-03-11 13:33:43 -04:00
Daniel Shiffman 42d8064804 XML example is finalized and now mirrors Table example 2013-03-11 13:21:10 -04:00
Daniel Shiffman 426e9a62eb removing old XML objects example, new one will replace 2013-03-11 00:09:05 -04:00
Daniel Shiffman b9cb81b098 working on XML example, still need functionality for adding and deleting from XML tree 2013-03-10 22:12:02 -04:00
Daniel Shiffman e915e22800 starting new XML example 2013-03-09 14:26:16 -05:00
Daniel Shiffman deb9e304a1 adding feature to limit table size to 10 to table example 2013-03-09 14:22:20 -05:00
Daniel Shiffman c66eba022a removing stray sketch.properties file 2013-03-09 14:18:45 -05:00
Daniel Shiffman 3dcfe72364 i love removing smooth() 2013-03-06 23:07:34 -05:00
Daniel Shiffman 82c677ef33 removing comment about iterator 2013-03-06 22:57:58 -05:00
Daniel Shiffman 95abed351f remove iterator from particle system 2013-03-06 22:38:01 -05:00
Daniel Shiffman e67dfcf8ab fixing up directory list example date import, ArrayList generics 2013-03-06 22:36:05 -05:00
Daniel Shiffman 2b33333182 fixing up ArrayLists for generics, also Kock curve updates 2013-03-06 22:33:56 -05:00
Daniel Shiffman c951d4a31b fixing up smoke particle system 2013-03-06 16:46:31 -05:00
Yong Bakos 0d6af35842 Incorporating random CrazyParticle addition and refactoring logic in dead. 2013-02-21 18:55:53 -07:00
Yong Bakos 80d417e4b2 Refactoring unnecessary if statement. 2013-02-21 18:55:09 -07:00
Yong Bakos eff645ec3d Adding comment for display, emphasizing inheritance. 2013-02-21 18:54:33 -07:00
Yong Bakos 9ad642810c Cleaning up whitespace. 2013-02-21 18:48:40 -07:00
Yong Bakos 775870e585 Fixing syntax errors so the demo can run. 2013-02-21 18:32:53 -07:00
codeanticode fea7ded272 PShape.setStroke() uses color(255) in GroupPShape example 2013-02-17 14:36:19 -05:00
Yong Bakos 4ff94a3f16 Replacing heading2D with heading for all general examples. Issue #1627 2013-02-14 15:11:33 -07:00
codeanticode 168f840491 Added Conway example to show the use of the buffer uniform 2013-02-13 11:51:09 -05:00