-
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).
-
Junior Member
Regular Contributor
Re: File Selector
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
-
Re: File Selector
Ok, Cheers, I'll have to stick with just accepting command line arguments.
---
Fleejay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules