This is my first experiment with the Processing language. I was inspired to try Processing by the amazing Magnetosphere video. Music is a sample of Miss You by Trentmoller. This experiment is using simple OpenGL and the ESS library provides audio playback with FFT.
Comments
Awesome. Mark and I were
Awesome. Mark and I were working on our projects tonight and he suggested that we dump the 3D game we'd been not making progress on to work on something more simple like a 2D sprite based game.
Processing was my first choice. I'd used it a bit to make little programs for my Arduino. I like that it's a sort of mix of scripting and C.
In the end, we chose to stick to using Python instead of having to learn yet another language.
Processing VS Python
I'm really excited about Processing. I feel really comfortable with it since it is so C/C++ centric. However, it does have some performance issues being a language implemented on top of Java. I think the strongest thing about Processing has got to be the great libraries it comes with. At some point I need to experiment with OpenGL in Python.
Another thing that has me excited about Processing is that people have had success with making custom multi-touch displays.