On 9/08/10 13:55 , Michael VinÃcius de Oliv wrote: > I'm porting OSG to Haiku
Good on ya! :-) > but, It lacks of an osgViewer afterall > someone could create a simple Viewer using our app_server instead Xserver or > use a pure Mesa OpenGL instead GLX? OpenGL is not involved in the creation of an OpenGL context. This is usually done by the windowing system such as X, Windows, OS X Carbon/Cocoa. I'd take a look at SDL, AFAICT they have a Haiku port as well and SDL supports OpenGL so they have to have a way to create a context. Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

