I am developing a cross-platform graphical editor for the application that I developed, and I'm not sure which approach should be taken with regard to the choice of language / gui library. For some basic information, the editor should parse and output the xml files.
I like C ++, Lua and Perl the most, but I would also like to use Python (can use this practice). I would prefer to do this in a scripting language to improve performance.
Any recommendations are welcome, thanks.
I also need support to fill out forms, etc.
PS I tested the extension of existing map editors, but it's really not worth it, because they do not provide the functionality that I need at a fundamental level, requiring me to simply rewrite all of this anyway.
c ++ python user-interface lua perl
person
source share