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

Thread: porting unix opengl codes to window

  1. #1
    Guest

    porting unix opengl codes to window

    as the title suggests, how do i go about doing it?

    any website to recommend before i commence? thanks in advance ...

  2. #2
    Senior Member OpenGL Pro
    Join Date
    May 2001
    Location
    Kristianstad,Skåne,Sweden
    Posts
    1,651

    Re: porting unix opengl codes to window

    Hi !

    OpenGL does not need any porting...

    But I guess you mean the other stuff, if you have existing code and want to port it do Windows...well it depends on what the code you have, if it is glut/SDL or something like that, then your are almost already done, if not, well then it depends on what your code is in the first place, are you using X/GLX, Qt, FOX, Fltk, GTK or something else ?

    Mikael


    [This message has been edited by mikael_aronsson (edited 03-14-2003).]

  3. #3
    Guest

    Re: porting unix opengl codes to window

    hi,

    system based on unix,
    most of the codes using X-lib, glx.h.

    e.g, XtSetArg, XtPopup .. etc etc

    thanks

  4. #4
    Guest

    Re: porting unix opengl codes to window

    anyone can help... thanks

  5. #5
    Guest

    Re: porting unix opengl codes to window

    Cygnus and others has X servers that runs under Windows. I dont know how good the OpenGL support is.

  6. #6
    Guest

    Re: porting unix opengl codes to window

    thanks pal, i would prefer if cygwin is not used.. anyone any experience? thanks

  7. #7
    Intern Newbie
    Join Date
    Mar 2003
    Location
    Brussels
    Posts
    40

    Re: porting unix opengl codes to window

    Hi,

    I should advice the use of cygwin or Mingw32 too. Why don't you want mind using it?

    Either you should begin porting low-system functions (ie redirect the Gfx outputs with the Gfx lib functions of the Win32 environment - or straight in OpenGL - ) but that's way longer and harder, from my experience...

    Good work
    acerb
    "Be prepared for the worst but expect the best"

  8. #8
    Guest

    Re: porting unix opengl codes to window

    Try google. Type in "porting unix windows". Search some of the sites. There are some articles that could be helpful along with links to information you seek...

Posting Permissions

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