Visualization tools for physical simulations

Posted by Nick on Game Development See other posts from Game Development or by Nick
Published on 2011-01-02T18:51:28Z Indexed on 2011/01/02 18:58 UTC
Read the original article Hit count: 392

Filed under:
|

I'm interested in starting some physics simulations and I'm getting hung up on the visualization side of things. I have lots of resources for reading how to implement the simulation itself but I'd rather not learn two things at once - the simulation part and a new complex visualization API.

Are there any high-level visualization tools that are language independent? I understand that I'll have to learn some new code for visualization but I'd like to start at a high level, OpenGL is my long-term goal and not my prototype goal.

© Game Development or respective owner

Related posts about simulations

Related posts about visualization