Looking for graphical editor that can output opengl code.

I am looking for a graphical editor that can edit such things as lines, circles, thickness, text, color (preferably 2d), and the outputs this to opengl code.

Thanks!
Andy
adougher@students.uiuc.edu

The only thing I can suggest is to get 3d Exploration, which could transfer 3d objects in OpenGL format .
I do not remember site try some search engine.

If you’re only working in 2D, you could save frames as image files, e.g. .tga or .bmp files and display them as textures. It would also be the fastest way to display them, probably.

Hope that helps.

Ever seen 3D Exploration library?
It can open lots of 3d formats and write C++ code and OpenGL lists for you on how to render it. even texture loading
check it out