FOX Toolkit

Has anyone here used the FOX toolkit with ogl? I compiled and ran the “gltest” program, but it uses software rendering. What needs to be done to get it to use hardware?

Thanks.

Howdy,

I looked at the fox toolkit as an alternative to GNOME, but decided GNOME is the way to go (for me, at least).

You have to type

./configure --with-opengl=opengl
and then
make
and then (optionally)
make install

the trick is the --with-openg=opengl so it links against libGL rather than libMesaGL.

enjoy!

John