• Graphics

    From Francois Thunus@1:1/0 to All on Sunday, June 04, 2000 10:50:00
    Hello All!

    Is there an OpenGL library for OS/2 ?

    I know there is MESA for Linux and that SGI recently released OpenGL as OSS, but I haven't been able to find an OS/2 port neither on www.sgi.com/software/opengl nor on www.opengl.org.

    -= Francois =-
    Francois(at)telematique(dot)org
    http://www.telematique.org/ft

    Unable to locate Coffee -- Operator Halted!

    --- GoldED 3.0.1
    * Origin: Xara Sto Pragma ! Gasperich - Luxembourg -> (FidoNet 2:270/25.2)
  • From Vitus Jensen@2:2474/424.1 to Francois Thunus on Thursday, June 08, 2000 17:22:08
    Moin Francois,

    04.06.00 17:50, Francois Thunus wrote a message to All :

    Hello All!

    Is there an OpenGL library for OS/2 ?

    Mhmm, I do have to following in my BBS:

    OGLGOLD.ZIP 4607283 02.10.97 This is the "gold" release of OpenGL 1.1
    for OS2. Please forwared any problems to
    IBM support or mail a description of the
    problem and a testcase to - os2-opengl@utsi.com.

    It contains DLLs, LIBs, Headers and Samples.


    I know there is MESA for Linux and that SGI recently released
    OpenGL as OSS, but I haven't been able to find an OS/2 port
    neither on www.sgi.com/software/opengl nor on www.opengl.org.

    I haven't found MESA for OS/2. But isn't MGL from Scitech Software a 3D library, too?

    Bye,
    Vitus

    --- Sqed/rexx 288:
    * Origin: If at first you don't succeed, call it Windows. (2:2474/424.1)
  • From Francois Thunus@1:1/0 to Vitus Jensen on Friday, June 09, 2000 09:46:00
    Hello Vitus!

    09 Jun 00 00:22, Vitus Jensen wrote to Francois Thunus:

    Is there an OpenGL library for OS/2 ?
    OGLGOLD.ZIP 4607283 02.10.97 This is the "gold" release of OpenGL 1.1
    for OS2. Please forwared any problems to
    IBM support or mail a description of the
    problem and a testcase to - os2-opengl@utsi.com.
    It contains DLLs, LIBs, Headers and Samples.
    brilliant. Just what I needed, thanks.

    I know there is MESA for Linux and that SGI recently released
    OpenGL as OSS, but I haven't been able to find an OS/2 port
    neither on www.sgi.com/software/opengl nor on www.opengl.org.
    I haven't found MESA for OS/2. But isn't MGL from Scitech Software a
    3D library, too?
    No idea. But if there is an OpenGL library, i'd rather use that since there will be an OS/2 - win32 and Linux version. Moreover, it's about the only way I know to do graphics :-)
    Thanks

    -= Francois =-
    Francois(at)telematique(dot)org
    http://www.telematique.org/ft

    ...and remember: Jimi Hendrix's modem was a purple Hayes.

    --- GoldED 3.0.1
    * Origin: Xara Sto Pragma ! Gasperich - Luxembourg -> (FidoNet 2:270/25.2)
  • From David Noon@2:257/609.5 to Francois Thunus on Friday, June 09, 2000 13:17:34
    Hi Francois,

    Replying to a message of Francois Thunus to All:

    Is there an OpenGL library for OS/2 ?

    Yes. It comes with the OS/2 Warp Developer's Toolkit 4.0. It should also be on the Warp 4 install CD, somewhere. [It was on the Warp 4 install shipped with Dev Con in 1996.]

    I know there is MESA for Linux and that SGI recently released OpenGL
    as OSS, but I haven't been able to find an OS/2 port neither on www.sgi.com/software/opengl nor on www.opengl.org.

    Look under your nose. ... :-)

    Regards

    Dave
    <Team PL/I>

    --- FleetStreet 1.25.1
    * Origin: The man who broke the bank at Monte Carlo (2:257/609.5)
  • From Andrew Belov@2:5020/181.2 to Francois Thunus on Friday, June 09, 2000 17:58:35
    Hello Francois!

    04 Jun 00 17:50, Francois Thunus wrote to All:

    Is there an OpenGL library for OS/2 ?

    IBM OpenGL Gold is a beta version of OpenGL v 1.1. There haven't been any work done on it since its release but like other IBM software it is still available (ftp://ftp.austin.ibm.com/pub/developer/os2/OpenGL). It is recommended, however, that developers target standard OpenGL v 1.0 bundled with OS/2 v 4.x.

    I know there is MESA for Linux and that SGI recently released OpenGL
    as OSS, but I haven't been able to find an OS/2 port neither on www.sgi.com/software/opengl nor on www.opengl.org.

    MesaGL has been there for a while (http://www.laser.ru/soft/WarpMesaGL). Another branch of it has made it into Project Odin.

    Sincerely yours - Andrew

    ---
    * Origin: Conea Software Mail system - Moscow, Russia (2:5020/181.2)
  • From Rob Basler@1:153/290 to Francois Thunus on Monday, June 12, 2000 15:51:02
    Is there an OpenGL library for OS/2 ?

    Further to some other notes here. OpenGL 1.0 is faster than 1.1, so use
    it if you don't need the extra features in 1.1. If you have a Pentium
    Pro or above CPU, there is a device driver that will improve OpenGL performance. Make sure you use the 1.1 libraries and headers to build
    your programs, since if you use the 1.0 libraries on a system with 1.1,
    they will fail but if you use the 1.1 libraries on a system with 1.0, it
    will work alright. There is an excellent series of articles on
    www.edm2.org (might be .com) on OpenGL, just look in the back issues.

    There are also Glide libraries (a subset of OpenGL) that are hardware accelerated on the Voodoo I and II if you are interested in that sort of
    thing.

    I wrote an article on OpenGL in OS/2 on the OS/2 eZine, however their
    back issues are currently offline.

    Rob.
    ___
    X SLMR 2.1a X Technology: No place for wimps!

    --- Maximus/2 3.01
    * Origin: Frog Hollow Port Moody BC 604-469-0264/0284 (1:153/290)
  • From Rob Basler@1:153/290 to Andrew Belov on Monday, June 12, 2000 15:53:04
    IBM OpenGL Gold is a beta version of OpenGL v 1.1. There
    haven't been any work done on it since its release but like
    other IBM software it is still available AB>(ftp://ftp.austin.ibm.com/pub/developer/os2/OpenGL).

    Gold indicates that this was the final release, so I wouldn't call it
    Beta. Also, you need to use the headers and libraries from the 1.1
    release or else your apps will crash if the user has 1.1 installed on
    their system.

    Rob.
    ___
    X SLMR 2.1a X It's obvious you won't survive by your wits alone.

    --- Maximus/2 3.01
    * Origin: Frog Hollow Port Moody BC 604-469-0264/0284 (1:153/290)
  • From Francois Thunus@1:1/0 to Rob Basler on Tuesday, June 13, 2000 10:20:00
    Hello Rob!

    12 Jun 00 22:51, Rob Basler wrote to Francois Thunus:

    Is there an OpenGL library for OS/2 ?

    Further to some other notes here. OpenGL 1.0 is faster than 1.1, so use it if you don't need the extra features in 1.1.
    Interesting. No, I do not need them. In the meantime, I have found there is also an os/2 port of Mesa. I'll try both and see which one is fastest. Mesa 3.2
    supports OpenGL 1.2.
    performance. Make sure you use the 1.1 libraries and headers to build your programs, since if you use the 1.0 libraries on a system with 1.1, they will fail but if you use the 1.1 libraries on a system with 1.0, it will work alright. There is an excellent series of articles on www.edm2.org (might be .com) on OpenGL, just look in the back issues.
    I'll have a look tonite, thanks.
    There are also Glide libraries (a subset of OpenGL) that are hardware accelerated on the Voodoo I and II if you are interested in that sort of thing.

    I need to make it as generic as possible, hence the use of OpenGL. Basically what I'm aiming at is a win32-OS/2-Linux.
    Mind you, OpenGL is the first thing I thought about, but at this stage nothing is cast in stone yet.
    Once the project develops, I might end up with a C program with a Tcl/Tk interface or something even totally different.
    Or the whole thing could be cancelled, it is not, unfortunately, the first time
    this happens.

    Thanks all the same, I'll get the articles for my general education anyway :-)

    -= Francois =-
    Francois(at)telematique(dot)org
    http://www.telematique.org/ft

    Agnostics are merely atheists with an insurance policy.

    --- GoldED 3.0.1
    * Origin: Xara Sto Pragma ! Gasperich - Luxembourg -> (FidoNet 2:270/25.2)
  • From Andrew Belov@2:5020/181.2 to Rob Basler on Wednesday, June 14, 2000 11:27:17
    Hello Rob!

    12 Jun 00 22:53, Rob Basler wrote to Andrew Belov:

    IBM OpenGL Gold is a beta version of OpenGL v 1.1. There
    haven't been any work done on it since its release but like
    other IBM software it is still available
    (ftp://ftp.austin.ibm.com/pub/developer/os2/OpenGL).

    Gold indicates that this was the final release, so I wouldn't call it Beta.

    I've read somewhere that "Gold" designates IBM wide beta versions. The final release of version 1.1 never happened due to rapid collapse of IBM Austin PSP department soon afterwards (in November, 1997).

    By the way, if it was the release, they will most likely have it included in Warp 4.5 convenience package(s) but there aren't any plans for OpenGL enhancements in CP#1, as far as I know. Moreover, the Aurora distribution contains the same old rusty OpenGL v 1.0.

    Sincerely yours - Andrew

    ---
    * Origin: Conea Software Mail system - Moscow, Russia (2:5020/181.2)
  • From Darin McBride@1:250/102 to Andrew Belov on Wednesday, June 14, 2000 16:05:08
    Hello Andrew!

    Replying to a message of Andrew Belov to Rob Basler:

    IBM OpenGL Gold is a beta version of OpenGL v 1.1. There
    haven't been any work done on it since its release but like
    other IBM software it is still available
    (ftp://ftp.austin.ibm.com/pub/developer/os2/OpenGL).

    Gold indicates that this was the final release, so I wouldn't call it
    Beta.

    I've read somewhere that "Gold" designates IBM wide beta versions. The

    I can confirm that IBM's "Gold" designation comes from the colour of the burned
    CD's. The "Golden Master" is the master CD that we send to manufacturing to mass-produce.

    final release of version 1.1 never happened due to rapid collapse of
    IBM Austin PSP department soon afterwards (in November, 1997).

    By the way, if it was the release, they will most likely have it
    included in Warp 4.5 convenience package(s) but there aren't any
    plans for OpenGL enhancements in CP#1, as far as I know. Moreover,
    the Aurora distribution contains the same old rusty OpenGL v 1.0.

    Sincerely yours - Andrew

    -!-
    ! Origin: Conea Software Mail system - Moscow, Russia (2:5020/181.2)

    Darin

    ---
    * Origin: Tanktalus' Tower BBS (1:250/102)
  • From Rob Basler@1:153/290 to Andrew Belov on Friday, June 16, 2000 06:50:00
    By the way, if it was the release, they will most likely
    have it included in Warp 4.5 convenience package(s) but
    there aren't any plans for OpenGL enhancements in CP#1, as
    far as I know. Moreover, the Aurora distribution contains
    the same old rusty OpenGL v 1.0.

    Unfortunately, 1.1 breaks all 1.0 applications, which goes against
    IBM's modus operandi not to break things with upgrades. Anyone who
    needs 1.1 for their app can provide it to their customers.

    Rob.
    ___
    X SLMR 2.1a X I am homer of Borg. Prepare to be - oooooh taglines!

    --- Maximus/2 3.01
    * Origin: Frog Hollow Port Moody BC 604-469-0264/0284 (1:153/290)