Would someone mind telling me if processing is now able to support java 1.5?
Does processing just work with 2d objects?
What would you recommend if I plan on working with real-time data(Kind of a delay) and I wanted my objects that represent that data to move around in a "swarming" type manner based of the change in the real-time data and the rules I set?
last question, does processing allow you to do sql type command? ie, if I wanted to store that real-time data into a database and have my program update it state based of off a design like this:
REAL-TIME DATA---------> DATABASE <------------------------PROGRAM UPDATE
Would processing allow me to do these things in my project and add visual effects? I am really inspired by this project(
http://www.vimeo.com/1093745)
I am just trying to get an ideal if processing is capable of doing the things I need done.
Thanks!!! in advance
1