Building GUI for a CUDA program

Hey guys.
I need to build a simple user interface for my CUDA program. How would you guys approach this problem. Do you have any links that explain how to do it?

I mean i have only build GUI in Java using Swing so i have no experience with Qt framework etc. Also, i build all my applications using Visual Studio 2008 so i would love a framework that is easy to integrate with Visual Studio.

Thanks for any suggestions and links.

If you’re only aiming for the windows plattform using Visual studio I’d say the easiest way is C# .NET using the windows presentation foundation (WPF). It’s an extremely efficient framework for building a nice and responsive GUI.

The obvious downside is that you can’t really port it to linux ( AFAIK ).