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: Process to get OpenGL on a unsupported OS

  1. #1
    Junior Member Newbie
    Join Date
    Dec 2002
    Location
    austin,tx,usa
    Posts
    2

    Process to get OpenGL on a unsupported OS

    Does this organization help with porting OpenGL to an OS not currently supported. Is source code available? or just API specifications available.

    Thanks in advance.

  2. #2
    Advanced Member Frequent Contributor marcus256's Avatar
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    853

    Re: Process to get OpenGL on a unsupported OS

    MESA3D is a free, open source implementation of the OpenGL API (although it isn't a licensed OpenGL implementation). It can be used for a start. Its core is software only, but there is also support for hardware through the 3Dfx driver.

    SGI has open sourced their OpenGL sample implementation , but I have not checked the license.

Posting Permissions

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