I have to create a program in OpenCL using Visual Studio 2010 and I need to make a GUI that has some buttons to change parameters of the program. Is there any tool/language to create a MVC GUI that links to the OpenCL program?
I did GUIs in Java, but in this case I have no idea how to link the program with a GUI.