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 2 of 2

Thread: what are mesa and mesaaux ???

  1. #1
    Guest

    what are mesa and mesaaux ???

    i am new to the openGL world. I am using a Solaris. A sample program I saw uses aux*() for window handling and mouse interfacing etc. The book I'm reading uses GLUT. I'm totally confused ? What's this aux ??? Is it Mesaaux ? Me totally confused. Please help !!!

  2. #2
    Junior Member Newbie
    Join Date
    Jan 2001
    Location
    Muncie, IN, USA
    Posts
    3

    Re: what are mesa and mesaaux ???

    Here's a fast explanation

    mesa ==> OpenGL like API( exactly the same except that it doesn't have OpenGL's endorsement)
    more info at http://www.mesa.org

    GLUT ==> windowing manager that sits on top of native windowsing system(X window, Windows , etc )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •