2

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?

karlphillip
  • 92,053
  • 36
  • 243
  • 426
asheeshr
  • 4,088
  • 6
  • 31
  • 50

3 Answers3

1

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++.

Öö Tiib
  • 10,809
  • 25
  • 44
1

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

fatihk
  • 7,789
  • 1
  • 26
  • 48
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.

karlphillip
  • 92,053
  • 36
  • 243
  • 426