Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Recommended OpenGL approaches

john3
Beginner
483 Views
Have now installed IVF 10.025 and am finding some strange things happening when compiling and running some of my OpenGL apps.

The last time I asked, Intel seemed to prefer using the auxlib (via use ifopnl) rather than downloading and using glut libraries. Is this still the case? I.E., what is the current OpenGL recommended approach.

Have I missed something when moving from IVF 9 to 10 when using OpenGL?

My OS is Win XP 32 bit. Thanks

John
0 Kudos
1 Reply
Steven_L_Intel1
Employee
483 Views
"Intel" takes no position on this. Use whichever approach you like best. We provide interfaces to the Windows-supplied OpenGL API through module ifopngl. We also have worked with Bill Mitchell on his f90GL library that uses GLUT. The latter is probably better if you want platform portability, but if that's not an issue, then it doesn't matter.

I don't know of any OpenGL-related differences, but you haven't said what doesn't work.
0 Kudos
Reply