solaris code
does anyone have any basic opengl c++ code for solaris that they wish to share.
Preferably not using glut.
I have downloaded nehes examples, the glut examples, and the opengl examples but they are all in C.
TIA
Look at the SDL port of the NeHe base code. I have goten that to work in Solaris, it may be in C but that dose not stop you from uesing c++ for the rest of you code.
The problems with this are:
The SDL ports use glut to open the display window and I would like to use non glut calls.
The example code will not compile under c++.
Someone out there must use solaris????
The SDL ports use glut to open the display window and I would like to use non glut calls.
The example code will not compile under c++.
Someone out there must use solaris????
Look for a tutorial on XWindow, and good luck.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
I use Solaris, but i use GLUT for it aswell.
I can''t help you, except recommend checking the Solaris website.
If you do figure it out, could you realease a sample program for the setup or similar? I would really be interested in how you did it.
Beer - the love catalyst
good ol'' homepage
I can''t help you, except recommend checking the Solaris website.
If you do figure it out, could you realease a sample program for the setup or similar? I would really be interested in how you did it.
Beer - the love catalyst
good ol'' homepage
Beer - the love catalystgood ol' homepage
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement