Updated GUI libraries for D in 2013?

你离开我真会死。 提交于 2019-12-10 22:01:40

问题


I'm developing a game in D. So far I really appreciate the D language, and for the most libraries there are good bindings. Now, for the editor I'm in search for a portable GUI library. wxD or DWT seemed like good options, but they seem abandoned, as the latest updates date from years ago. Also on the forum is not much life left. Are there any frequently updated mature GUI libraries out there? Is D even worth going on with? Which language besides D is good for games?

Thanks in advance!


回答1:


If you are familiar with GTK, then that's your best option. When I tried GTKD, I had to spend several hours just to find out how to add stuff to a List interface! In year 2013, it should not take this much time to understand the api. (probably old design is the issue?).

I also used DWT & DFL, both are similar in ease of use but I consider DWT to be more maturely designed (as its inherited from SWT?). Finally I moved to DWT and never looked back, it API is very simple and easy to understand and one look at the docs and I knew exactly how to use it.

Also DWT it not abandoned, its home page moved to Github.

(I am not a GTKD or DWT developer. Just an user.)

Good luck




回答2:


GtkD is the most mature library: http://gtkd.sourceforge.net/



来源:https://stackoverflow.com/questions/16268202/updated-gui-libraries-for-d-in-2013

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!