Advertisement

What is glut?

Started by August 31, 2000 01:18 PM
0 comments, last by wolfman8k 24 years, 2 months ago
What is glut? Why is it needed? thanks, wolfman8k
GLUT is a wrapper. Instead of messing with the win32 api for example U can use GLUT to set everything up. Also U can easily port the same code over to other platforms that use GLUT.

To set up a window in GLUT takes about 65 lines of code, win32 api is nearer 100 I think.



--Ched--
chris@ched45.com
--Ched--chris@ched45.com

This topic is closed to new replies.

Advertisement