Is there any graphics library in a higher level than OpenGL

Posted by Turtle on Stack Overflow See other posts from Stack Overflow or by Turtle
Published on 2010-05-13T01:22:55Z Indexed on 2010/05/13 1:24 UTC
Read the original article Hit count: 281

Filed under:
|
|

Hello, I am looking for a graphics library for 3D reconstruction research to develop my specific viewer based on some library. OpenGL seems in a low level and I have to remake the wheel everywhere. And I also tried VTK(visualization toolkit). However, it seems too abstract that I need to master many conceptions before I start. Is there any other graphics library? I prefer to program in python. So I would like the library has a python wrapper. I think something like O3D would be better. But O3D is for javascript and it seems that Google already stops the development.

© Stack Overflow or respective owner

Related posts about graphics

Related posts about opengl