Graphics Programming Language

Hi!

I’m looksing for a simple GPL, using OpenGL. Statement’s should be something like:
-addLine l1 at …
-wait for 0.5s
-remove l1
-zoom in region at … (moves smoothly to the new area)
-add plot of function …
-…

Does such a language exist?

Tkanks in advance!

I think you’re looking for more of a script driven engine. A http://www.google.com search on “3d engines” should turn up some helpful links. I’m sure there are also many listed on the main http://www.opengl.org site.

Hope this helps…

Thanks.
This helped me to figure out more intersting keywords. Actually I’m looking for a very simple 2d-egine. I’d have written my own one by now, but my Prof wants me to search through what is already there. Maybe he’s right…

Best regards
Peter