Processing Code Fragments: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


File under Someone Had To Do It: [http://notapattern.net/~puck/outgoing/content/noisebridge_audio.zip Noisebridge logo done in processing] (zip file). Requires the [http://code.compartmental.net/tools/minim/ 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 [[User:mediapathic | Steen]]. Share and Enjoy!
File under Someone Had To Do It: [http://notapattern.net/~puck/outgoing/content/noisebridge_audio.zip Noisebridge logo done in processing] (zip file). Requires the [http://code.compartmental.net/tools/minim/ 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 [[User:mediapathic | Steen]]. Share and Enjoy!
[[Image:Growcubes2_monochrome_GL.jpg|thumb|GrowCubes processing sketch]]
[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 an 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]].


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

Revision as of 07:42, 15 September 2008

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!

GrowCubes processing sketch

GrowCubes processing sketch(zip file). There are cubes. They grow. This was originally the example that Scott walked me through as an 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.