cheapbag214s
Joined: 27 Jun 2013
Posts: 18622
Read: 0 topics
Warns: 0/5 Location: England
|
Posted: Mon 21:17, 12 Aug 2013 Post subject: GUI toolkit for rapid development |
|
|
GUI toolkit for rapid development,[link widoczny dla zalogowanych]
Otherwise the situation is a bit more grim. As for Rapid prototype,[link widoczny dla zalogowanych], you might want to check the CodeGear (Borland/C++ Builder) tools. I think their VCL library is cross-platform.
Otherwise,[link widoczny dla zalogowanych], you could interface with a scripting language like Ruby and use fantastic front end libraries like Shoes. Python also interfaces with wxWidgets to make writing cross-platform front ends easy. Keep in mind that this all requires taking time to make sure your C/C++ code can talk to the scripting language. This is not trivial,[link widoczny dla zalogowanych], and the amount of effort required depends upon the style of your code base. (Oh my God.)
Lastly,[link widoczny dla zalogowanych], you could just use wxWidgets itself. This might be your best bet since it requires no additional overhead than coding the UI itself. That said,[link widoczny dla zalogowanych], C++ is not the greatest language for designing UIs.
And super lastly,[link widoczny dla zalogowanych], consider writing a code generator that converts from say Shoes to whatever wxWidgets code is needed to generate the same Shoes app. That way you can do easier UI design but still get C++ code in the end. Likewise,[link widoczny dla zalogowanych], you could code gen off of the Python/wxWidgets code. Then sell such a code generator.
相关的主题文章:
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
[link widoczny dla zalogowanych]
The post has been approved 0 times
|
|