We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › Need help for source code
Page Index Toggle Pages: 1
Need help for source code (Read 749 times)
Need help for source code
May 21st, 2007, 11:08am
 
i'm a newbie processing programmer, so anyone can help me for source code like http://limiteazero.net/l_o/index.html doing. i need further assistance for do writing  a source code abstract visual shapes based on color spectrum, maybe anyone can help me for a source code please.
Project Resources
Reply #1 - May 22nd, 2007, 4:00pm
 
Hey Souldelay,

You'll probably want to have more than just the source code to understand what's going on there. I highly recommend checking out Physical Computing by Tom Igoe and Dan O'Sullivan if you are interested in learning about making a physical interface for your project. Also, purchase any one of the number of books on Processing that are coming out over the next several months (Ira Greenberg, Casey Reas, and Dan Shiffman are all putting out titles with slightly different target audiences, so I would check to see which one best fits your needs). Work through a lot of examples that just do part of what you're interested in before trying to integrate everything.

Some things you will need to learn:
Serial Library for linking physical controls with the computer. Despite its name, you don't need a serial port for this. Arduino accepts serial signals over USB. (or hack a keyboard for push-button controls without using serial) There is full documentation of this in reference/libraries/serial

An understanding of an audio library, either Sonia or Ess will allow you to analyze incoming sounds and synthesize new ones.

some examples that will speed you on your way (in the learning section, look at even more):
linear image
loop
objects

Best of luck as you get rolling with this stuff. Don't get frustrated with the learning, because when you understand how things are made, you'll be able to come up with something other than just a rehash of someone else's project (although rehashing is valid and fun).
Re: Need help for source code
Reply #2 - May 22nd, 2007, 4:32pm
 
Hello bioscribble..

Thank's for your all advice, it's useful for me, i've build an  custom sensor for USB mouse device, but it still construction and works on it. Thank's for your explaination and assist for useful information.

- Souldelay -
Page Index Toggle Pages: 1