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: OpenGL window manager for windows

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2006
    Posts
    1

    OpenGL window manager for windows

    I'm trying to make an OpenGL window manager for windows. I was thinking that the obvious thing to do would be to use VNC, however VNC is made for network and I was wondering if anyone know of another way of using the windows desktop in OpenGL with better performance than VNC?

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: OpenGL window manager for windows

    simple, get the source for Windows window manager, and ... oh wait

  3. #3
    Junior Member Newbie
    Join Date
    Mar 2006
    Location
    Morton, TX
    Posts
    6

    Re: OpenGL window manager for windows

    Have you tried using GLUT? GLUT is a toolkit used to generate windows and subwindows as well as handle specific events such as ASCII keypresses, special key keypresses, mouse button presses/releases, active and passive mouse motions, etc.

    One of the addresses for GLUT is http://www.opengl.org/resources/libr..._downloads.php

Posting Permissions

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