GTK, GUI, OpenGL, Cross Platform and other miscellaneous questions

Can the OpenGL and gtk demo be combined into one? They both seem to do
some funky stuff and was wondering if it was possible.

Yep, unpack this archive in the OpenGL example directory, and type "make all"
to build morph3d-gtk.

Remember this method only works with Mesa software rendering, which tends
to be fairly slow.

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec
-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: application/x-compressed-gzip
Size: 8424 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/19990820/dfcb63bb/attachment.bin

Sam Lantinga wrote:

Yep, unpack this archive in the OpenGL example directory, and type "make all"
to build morph3d-gtk.

Remember this method only works with Mesa software rendering, which tends
to be fairly slow.

Very sweet! Thanks, Sam.