Processing Code Fragments: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 8: Line 8:


[http://notapattern.net/~puck/outgoing/content/growcubes2_monochrome_GL.pde.zip GrowCubes processing sketch](zip file). There are cubes. They grow. This was originally the example that [[User:Scmurray | Scott]] walked me through as a lesson in Object-Oriented programming in processing, so has a pretty easy-to-understand implementation of that (thanks, Scott!). Also includes an example of implementing GL blend modes (which, according to processing.org is not officially supported and may well break in future versions etc but which looks really cool in the meantime). Written by [[User:mediapathic | Steen]], grow idea and algorithm from [[User:Ioerror | ioerror]].
[http://notapattern.net/~puck/outgoing/content/growcubes2_monochrome_GL.pde.zip GrowCubes processing sketch](zip file). There are cubes. They grow. This was originally the example that [[User:Scmurray | Scott]] walked me through as a lesson in Object-Oriented programming in processing, so has a pretty easy-to-understand implementation of that (thanks, Scott!). Also includes an example of implementing GL blend modes (which, according to processing.org is not officially supported and may well break in future versions etc but which looks really cool in the meantime). Written by [[User:mediapathic | Steen]], grow idea and algorithm from [[User:Ioerror | ioerror]].
[http://albatrosslabs.com/jack/littledudes.pde Little Dudes processing sketch] Little Robot Dudes. They walk. They're robots. The only complex part of this sketch is all of the positioning necessary to model them.
Written by [[User:Jack | Jack]]


[[Category:Processing]]
[[Category:Processing]]

Revision as of 16:54, 23 September 2009

Noisebridge logo done in processing

File under Someone Had To Do It: Noisebridge logo done in processing (zip file). Requires the minim audio libraries to function correctly. Still needs some work. Looks way better in motion, video forthcoming when I find a good free video capture util for mac. By Steen. Share and Enjoy!

Update: Here is a zip file with windows, mac, and linux executables. If people could let me know whether it works on their machines (specifically if the audio reactivity actually functions), I'd appreciate it.

GrowCubes processing sketch

GrowCubes processing sketch(zip file). There are cubes. They grow. This was originally the example that Scott walked me through as a lesson in Object-Oriented programming in processing, so has a pretty easy-to-understand implementation of that (thanks, Scott!). Also includes an example of implementing GL blend modes (which, according to processing.org is not officially supported and may well break in future versions etc but which looks really cool in the meantime). Written by Steen, grow idea and algorithm from ioerror.

Little Dudes processing sketch Little Robot Dudes. They walk. They're robots. The only complex part of this sketch is all of the positioning necessary to model them. Written by Jack