Can anyone suggest what the best way would be to go about creating a periodic table of the elements using processing 2? I want to use it instead of HTML5 and I would like to create some effects with it once the basic structure is built. Can anyone offer me any help?
Can anyone tell me whether it is possible/how to create a shadow around the circumference or even entirety of a PImage in Processing.org? I want to make it look as if my buttons are being pressed (the buttons being the PImages..). If anyone has any other ideas how this effect could be achieved I'd greatly appreciate it,
I wanted to see if anyone can help me. I am making an organ application using processing which will play different notes/pipes when different stops (buttons) are pressed. I have the coding written for the basic functionality, but I would like to know if I can somehow make it look like the buttons are being either pushed in or pulled out when the user clicks on them. I know this might be possible using local illumination, so can someone give me a clue as to what the code would look like?
Thanking you in advance.
PS I'm using PImages assigned to coordinates as my buttons as it stands.