Advertisement

Tutorial on converting GLUT to AGL

Started by June 27, 2000 08:27 PM
2 comments, last by David20321 24 years, 4 months ago
Is there a tutorial anywhere on converting GLUT to AGL?
What exactly do you mean? The OpenGL functions work using either GLUT or AGL. AGL is used for creating a rendering context (GLUT takes care of that for you), the other stuff that GLUT handles (mouse and keyboard input, idle functions, etc) must be written specifically for the MacOS.

Morgan
Advertisement
I''m trying to find someway to make my GLUT programs into true mac apps and use drawsprocket to do fullscreen and stuff. Basically your tutorial would probably help a lot but I can''t get it to compile. I deleted all the files and then found them again to get good file paths but it still says it can''t open agl.h,tk.h and glu.h.
Did you try my latest suggestion yet? Would it be better if we moved this discussion into e-mail so it''s easier to solve?

Morgan

This topic is closed to new replies.

Advertisement