January 2010
7 posts
5 tags
bitlash
“Bitlash is an open source interpreted language shell and embedded programming environment. This website documents Bitlash for the popular and useful Arduino. The Bitlash shell runs entirely on the Arduino and supports many of the familiar Arduino functions. Bitlash interprets commands you type on the serial port.” download, install, doc
Jan 23rd
3 tags
How to add javadocs to eclipse java editor...
Select Project | Properties, then in the Properties for project dialog, in the Java Build Path selection, on the Libraries tab, expand the library/jar. There should be a Javadoc Location setting. Change that to the location of the javadoc for the jar. link
Jan 22nd
6 tags
Processing on EC2
A discourse post on using EC2 (Amazon Elastic Compute Cloud ) with Processing to render frames on multiple machines.link
Jan 20th
1 note
5 tags
Lights and peasyCam
A discussion how to use 3D lights inside processing using the peasyCam library. link
Jan 20th
9 tags
puredyne
https://launchpad.net/puredyne “Puredyne is the USB-bootable GNU/Linux operating system for creative media. Simply boot your computer using the liveUSB or CD and you’re ready to start using software such as Pure Data, Supercollider, Icecast, Csound, Fluxus, Processing, Arduino and more.” from processing’s discourse, Processing 1.0 - [ANN] Puredyne 9.10 (Carrot and...
Jan 19th
5 tags
LiveSpectrogram real-time spectrogram with processing by Fan Ellis. Takes successive FFTs and renders them onto the screen as grayscale, scrolling left.
Jan 16th
3 tags
Introduction to Object Oriented Programming
CodeProject: Introduction to Object Oriented Programming Concepts (OOP) and More. This article gives an introduction into object oriented programming and addresses topics such as objects and classes, encapsulation, association, aggregation, composition, polymorphism, inheritance or design patterns.
Jan 4th