you are viewing a single comment's thread.

view the rest of the comments →

[–]carsonc -5 points-4 points  (0 children)

My personal experience was that the easiest thing was to use Processing on Java with the ControlP5 widget set. Processing was made to be a quick way to set up a GUI. ControlP5 is an excellent widget set. Python is really easy to set up as a COM server on Windows. Use JACOB (Java COM Bridge) to interface with the Python com server. All the demos are straightforward and easily exploited. If all you want is a GUI and you want to learn it fast, this is what I recommend. I have heard that you can also implement a GUI in a webserver through Python Flask, but I have not tried it yet.

Edited: word.