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?

simple, get the source for Windows window manager, and … oh wait :smiley:

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/libraries/glut/glut_downloads.php

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.