Zdravko
02-18-2006, 08:51 PM
I am new to the Linux and OpenGL stuff, but I have to do a small project in C++ with some graphical visualization.
So far I chose Ubuntu Breezy Badger as Distribution, g++ - C++ compiler, GTKmm - GUI, GLUT - graphical visualization.
I have the following questions:
1. Is GLUT free of charge? Do I have to explicitely announce its usage in my program?
2. As I will use GTKmm for the interface, I guess I will need a C++ binding for GLUT. Can you recommend such one? It needs to have a C++ look - I like it much better :)
3. What are the basic differencies between a Linux OpenGL and a Windows application? I read there are several different headers, and other names of the functions?
4. What IDE can you suggest me? (this includes editor and automatic make).
Thank you in advance!
So far I chose Ubuntu Breezy Badger as Distribution, g++ - C++ compiler, GTKmm - GUI, GLUT - graphical visualization.
I have the following questions:
1. Is GLUT free of charge? Do I have to explicitely announce its usage in my program?
2. As I will use GTKmm for the interface, I guess I will need a C++ binding for GLUT. Can you recommend such one? It needs to have a C++ look - I like it much better :)
3. What are the basic differencies between a Linux OpenGL and a Windows application? I read there are several different headers, and other names of the functions?
4. What IDE can you suggest me? (this includes editor and automatic make).
Thank you in advance!