File Selector

Hi,

I’ve written an image processing program that ueses OpenGL for it’s display and I was wondering if GLUT or OpenGL has a file selector so files can be easily loaded and saved?

Thanx in Advance


Fleejay

P.S. I wanted to code to be portable (that is why I’m using GLUT).

Nope - GLUT is pretty minimal - that’s how it manages to stay portable. OpenGL has nothing to do with file IO, or any other UI stuff.

Chris

Ok, Cheers, I’ll have to stick with just accepting command line arguments.


Fleejay