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: Whats CPW and GLOW?

  1. #1
    Intern Newbie
    Join Date
    Jun 2001
    Posts
    46

    Whats CPW and GLOW?

    Hi, I realise this is a real newbe question but I've been using GLUT for some time now and have never heard of CPW and GLOW. What do they do?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Feb 2002
    Posts
    133

    Re: Whats CPW and GLOW?

    I'm not sure about Glow, but I know about Cpw.
    Cpw is an OpenGL windowing and event library for games
    and applications. The interface API is modeled after the
    GLUT API but is not compatible with it. The core library
    includes support for windowing and events, user input,
    menuing, full screen rendering, performance timing,
    anti-aliased TrueType font rendering, timers, primitive
    drawing, and more.

    It's main focus is on making the process involved in getting
    an OpenGL app up and running easy and fast. It takes care
    of all the ugliness associated with creating windows, contexts,
    user input processing, etc, so you can jump right into
    programming OpenGL.

    It was written as a replacement for GLUT. It's currently
    (Feb 2002) running on Windows. I'm hoping somebody
    will take a shot at porting it to Linux soon. The library is
    designed in a way that makes porting easy, so hopefully
    somebody will step up to the plate in the near future.
    Although Cpw was originally targeted at replacing the
    GLUT library, some folks have mentioned it also has features
    similar to SDL.

    Also, the source if completely free of
    licensing restrictions.
    www.mathies.com/cpw/

    [This message has been edited by jmathies (edited 02-06-2002).]
    --
    Jim Mathies http://www.mathies.com/

    \"The best way to predict the future is to invent it."

  3. #3

    Re: Whats CPW and GLOW?

    Originally posted by Keermalec:
    Hi, I realise this is a real newbe question but I've been using GLUT for some time now and have never heard of CPW and GLOW. What do they do?
    GLOW is a portable window and widget library that runs on top of GLUT. Provides the usual panels, sliders, text boxes, etc. From Caltech. http://www.ugcs.caltech.edu/~dazuma/glow/

Posting Permissions

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