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: