Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Cross Platform Is Working

Cross Platform Is Working

noaktree
noaktree
noaktree leaves · · 1 min read
1,887 0
I'm using OpenGL to push the pixels around. Enter GLUT. I've never used it before but it seems to be an easy way to get an app window and drawing surface on a lot of platforms. I've integrated it into my engine lib (dll on win32 and shared object on ubuntu). I'm happy to say the whole thing is compiling and linking on both platforms. Here are screen dumps of my test app running on both systems.



I need an x-platform image loading library that works well with OpenGL (any suggestions?). I was thinking of Devil.

Discussion

Loading comments...