Fox:最好的GUI Lib? [英] Fox: best GUI Lib?

查看:590
本文介绍了Fox:最好的GUI Lib?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

总结

---------


Fox Toolkit( http://www.fox-toolkit.org/ )最佳 C ++ GUI

库/工具包?


我的主要目标(至少现在想到的那些):

*便携性(Windows,Linux,MacOS,其他unix)

*开源

*成熟度

*广泛的功能集

*大型社区关注&支持


更多详情

-------------


我'我是一位前C ++程序员/设计师,他回到了折叠部分。在经过非编程工作(程序管理,销售,

营销等)之后,

长期休息。


浏览后( http://www.thefreecountry.com/sourcecode/gui.shtml),Fox

工具包似乎是我上述目标的明显赢家。


也许我错过了什么?任何人都可以提供其他工具包/库

建议......和(非常重要)他们的相关推理?没有什么

我到目前为止看起来似乎几乎像开源一样。可用,

流行,成熟。 Fox的网站(网页,邮件列表,

文档)似乎也非常专业,成熟且受欢迎。


(免责声明:我意识到很难将某些东西标记为最佳。

通常情况下,解决方案的选择可能在很大程度上取决于要解决的问题以及问题的关联环境 - 无论是技术,政治,

个人偏好等。但是,我在这里使用最佳这个词主要是为了简单地说明......并且引发一些反馈。;)


感谢您的帮助!

-Matt

Summary
---------

Is Fox Toolkit ( http://www.fox-toolkit.org/ ) the "best" C++ GUI
library/toolkit?

My key goals (at least those that come to mind right now):
* Portability (Windows, Linux, MacOS, other unix)
* Open source
* Maturity
* Broad feature set
* Large community following & support

More Details
-------------

I''m an ex-C++ programmer/designer that has come back to "the fold" after a
long hiatus doing non-programming work (program management, sales,
marketing, etc).

After browsing ( http://www.thefreecountry.com/sourcecode/gui.shtml ), Fox
Toolkit seems to be a clear winner for my goals above.

Maybe I missed something? Can anyone provide other toolkit/library
suggestions...and (very important) their associated reasoning? Nothing
I''ve looked at thus far seems to be nearly as "open-source" available,
popular, and mature. Fox''s web presence (web page, mailing lists,
documentation) also seems quite professional, mature, and popular.

(Disclaimer: I realize it''s difficult to label something as "best."
Often a solutions choice might heavily depend on the problem to solve and
the problem''s associated "environment"--be it technical, political,
personal preference, etc. However, I use the word "best" here mostly to
be concise...and to spark some feedback. ;)

Thanks for any help!
-Matt

推荐答案

gamaron写道:
gamaron wrote:
是Fox Toolkit( http://www.fox-toolkit.org/ )最佳 C ++ GUI
库/工具包?

我的主要目标(至少现在想到的那些):
*可移植性(Windows,Linux,MacOS,其他unix)
*开源
*成熟度
*广泛的功能集
*大型社区关注&支持


Qt在功能和成熟度方面略有优势,但它并非严格开放

来源。

我我是一位前C ++程序员/设计师,他回到了折叠部分。经过长时间的非编程工作(程序管理,销售,营销等)后。

浏览后( http://www.thefreecountry.com/sourcecode/gui.shtml ),Fox
工具包似乎成为我上面目标的明显赢家。

也许我错过了什么?
Is Fox Toolkit ( http://www.fox-toolkit.org/ ) the "best" C++ GUI
library/toolkit?

My key goals (at least those that come to mind right now):
* Portability (Windows, Linux, MacOS, other unix)
* Open source
* Maturity
* Broad feature set
* Large community following & support
Qt has a slight edge on features and maturity, but it''s not strictly open
source.
I''m an ex-C++ programmer/designer that has come back to "the fold" after a
long hiatus doing non-programming work (program management, sales,
marketing, etc).

After browsing ( http://www.thefreecountry.com/sourcecode/gui.shtml ), Fox
Toolkit seems to be a clear winner for my goals above.

Maybe I missed something?




GUI编程工作最好使用动态类型的语言,例如
Ruby。因此,如果你不考虑C ++的要求,你可以找到许多流行的GUI工具包的Ruby绑定




但是,所有这些工具包都是用C语言编写的C ++,所以...


-

Phlip
http://industrialxp.org/community/bi...UserInterfaces


Phlip写道:
Phlip wrote:
GUI编程工作最佳使用动态类型的语言,例如Ruby。因此,如果你不考虑C ++的要求,你可以找到许多流行的GUI工具包的Ruby绑定。
GUI programming works "best" using a language with dynamic typing, such as
Ruby. So if you leave off the C++ requirement, you can find Ruby bindings
for many popular GUI toolkits.



我们再来一次。 :-)


-

Ioannis Vranos

http://www23.brinkster.com/noicys


gamaron写道:
gamaron wrote:
摘要
---------

是Fox Toolkit( http://www.fox-toolkit.org/ )最佳 C ++ GUI
库/工具包?

我的主要目标(至少现在想到的那些):
*可移植性(Windows,Linux,MacOS,其他unix)
*开源
*成熟度
*广泛的功能集
*大型社区关注&支持

更多详情
-------------
Summary
---------

Is Fox Toolkit ( http://www.fox-toolkit.org/ ) the "best" C++ GUI
library/toolkit?

My key goals (at least those that come to mind right now):
* Portability (Windows, Linux, MacOS, other unix)
* Open source
* Maturity
* Broad feature set
* Large community following & support

More Details
-------------



我的投票支持FLTK。之前我曾尝试过wxWidgets和FOX。我发现

FLTK API相对容易处理。

顾名思义,它实际上是一个轻量级的b $ b工具包。它是便携式,开源的,成熟的,并且拥有一个庞大的社区

关注和支持。它是否具有广泛的功能集将是完全主观的

我将根据您的

申请将其留给您的选择。


-

Karthik。 http://akktech.blogspot.com

''从我的电子邮件中删除_nospamplz给我发邮件。''


My vote goes to FLTK. I had tried wxWidgets and FOX before. I find
FLTK API relatively easy to deal with.
As the name says, it is really a light-weight
toolkit. It is portable, open source, matured and got a large community
following and support. Whether it got a broad feature set would be
entirely subjective and I leave it to your choice depending on your
application.

--
Karthik. http://akktech.blogspot.com .
''Remove _nospamplz from my email to mail me.''


这篇关于Fox:最好的GUI Lib?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆