Search code examples
user-interfaceprogramming-languagescross-platformtoolkit

Need a secure Cross platform gui language


It may sound like a lot, but I am looking for a language that is cross platform that I can compile into a single stand alone exe. The source code needs to be secure (Not just hidden) and have some sort of gui toolkit. Do any exist?


Solution

  • In C++, I know 2 cross-platform UI toolkits: Qt and WxWidgets.