Sensebloom / OSCeleton

OSCeleton is a proxy that sends skeleton information collected from the kinect sensor via OSC, making it easier to use input from the device in any language / framework that supports the OSC protocol.
GNU General Public License v3.0
311 stars 72 forks source link

Window does not resize properly #7

Open vibeordie opened 13 years ago

vibeordie commented 13 years ago

Does anybody know how could I make the window really resizable? It doesn´t resize at all at leastin Windows 7 64 bits. I see major differences between viewer.h and other source projects that can properly resize the window. Any help very welcome.

tonyfg commented 13 years ago

I've added the viewer window just as a quick help for setting things up on a new installation. The idea is that when everything is ready you should be running without it for lower CPU usage.

With that in mind I didn't really care for making it very flexible. Is the resizing very important to you?