From: Daryll S. <da...@va...> - 2000-10-06 15:43:04
|
Stephen J Baker wrote: > I don't think GLU is the right place for it because GLU is generally > independent of the windowing system - just as GL is...and rightly so. I actually meant GLX. Oops. On Fri, Oct 06, 2000 at 08:42:24AM -0600, Brian Paul wrote: > In this case I don't feel an extension is necessary. Allen's visual > selection utility is completely layered on top of the GLX API; it needs > no hooks inside GLX. I think people who need the code could simply add > the .c and .h files to their project and compile it in. > > That way, there's no hassles with versioning or compile-time or run- > time extension testing, etc. And we all know how bad that can be! I agree technically that works, but that doesn't get it widely distributed and if people don't know it exists they won't use it. I'm trying to get it included in some standard library (maybe as extension) so that people have it and use it instead of inverting their own. If you really dislike attaching it to GLX maybe we need a our own libMesaU (or equivalent) that can include stuff like this. - |Daryll |