Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: File Selector

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2001
    Location
    Southampton, England
    Posts
    21

    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).
    ---
    Fleejay.

  2. #2
    Junior Member Regular Contributor
    Join Date
    Nov 2000
    Location
    State College, PA
    Posts
    204

    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

  3. #3
    Junior Member Newbie
    Join Date
    Feb 2001
    Location
    Southampton, England
    Posts
    21

    Re: File Selector

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

    ---

    Fleejay
    ---
    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
  •