GLUI 2.3 Framework for Mac OS X
Previously I published a quick tutorial on how to get GLUI installed on Mac OS X. Enough people were still having problems getting it to play nicely with XCode that I decided to just package it up as a nice little framework.
This is the first time I’ve made a framework for OS X, so tell me if it works or if it makes your computer go boom.
9 Comments so far
Leave a reply

Seemed to work for me, no booms here.
Now let me see if it works.
Thanks a lot for sharing this!
You should probably mention whether this is PPC,Intel or Universal. It seems to work fine on my Macbook Pro, so I guess it’ll have to be either Intel or Universal?
It’s compiled as a universal binary.
Thanks a lot. I have been messing with GLUI all day to get it to work on OSX, but without any result. This instantly solved all the issues. Really great!
Hi there! Thanks a lots for it! I was able to compile for MAC but the resulting graphical interface was completely messed up. I have no idea of what could have caused it…
Would it be possible for you to publish the makefile and the sources you used? We could take to the GLUI people and have from now on compilation for mac too.
Please, let me know by email.
Any chance of a package for OS 10.3.9? When I try opening your package, it says the Bill of Material is missing so it closes.
Just started learning GLUI and OpenGL on the PC and was hoping I can get it working on my Mac.
Any chance I could get a quick explanation as to how to use this? I installed this, but what would I use in in the #include statement? I tried #include and it couldnt find the file? and, I believe I added the framework correctly to the Xcode project.
Hello !
Thanks for the GLUI framework !
But I still have problems to compile.
(like that :
“glui.h:59:19: error: cstdlib: No such file or directory
glui.h:60:18: error: cstdio: No such file or directory
glui.h:61:19: error: cstring: No such file or directory
glui.h:62:18: error: string: No such file or directory
glui.h:63:18: error: vector: No such file or directory”)
I think I can’t include headers
(”To include GLUI in your own apps, add the glui library to your
makefile (before the glut library ‘libglut.a’), and include “glui.h”
in your sources.”)
Do you have an example of a makefile, please?
Thanks to help me !
I’m having the same trouble as Louise. I’m compiling my project in Xcode 3.1 and with a single *.c file. I don’t have a makefile.