I am looking for a GUI library to design the interface for my application. Are there any libraries that work well with the Intel Perceptual Computing SDK?
Is there a GUI library that works with the Intel Perceptual Computing SDK?
327 Views Asked by asheeshr At
3
There are 3 best solutions below
0

I strongly advise you to use QT framework. It is cross-platform and runs on the major desktop platforms.
0

You can check my demo ipcQTgesture hosted at github.
The GUI is very simple and it is created with Qt. Even though Qt is cross-platform framework for building graphical applications, the Intel® Perceptual Computing SDK is not, so for the moment we are stuck to Windows.
Any GUI library that is available for Microsoft Visual C++ 2008 or later and runs on Microsoft Windows 7 or later should work well.
If you want GUI that works both on Linux and Windows then for example Qt. It can be integrated with MSVC++.