gui-toolkit

Still no wxPython for Python 3 (or 3.3) yet? [closed]

陌路散爱 提交于 2019-12-05 13:25:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I wanted to start working with wxPython, but I found out that it isn't updated for Python 3. I'm using the newest verion of Python, 3.3 that is. So I started looking on the web and found some people who said there wasn't, but these threads were like 3 years old. So my question: Is there still no wxPython update

Easiest cross platform widget toolkit? [closed]

让人想犯罪 __ 提交于 2019-12-04 21:20:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . What is the easiest cross platform widget toolkit? I'm looking for one that minimally covers Windows, OSX, and Linux with a C or C++ interface. 回答1: I don't know of any I've personally used with a C API, but wxWidgets is C++. It runs on Windows, Linux, and Mac OS X. And if you're looking for easy, wxPython is a

Still no wxPython for Python 3 (or 3.3) yet? [closed]

我是研究僧i 提交于 2019-12-03 22:59:55
I wanted to start working with wxPython, but I found out that it isn't updated for Python 3. I'm using the newest verion of Python, 3.3 that is. So I started looking on the web and found some people who said there wasn't, but these threads were like 3 years old. So my question: Is there still no wxPython update for Python 3? Python 3 has been out for a couple of years now! There should be, right? Thanks wxPython 4 is here and supports Python 2.7 and 3.5 . It can be found on PyPI - https://pypi.python.org/pypi/wxPython and is installed via pip: pip install wxPython If you want to try the

Which Java GUI framework to choose now? [closed]

我是研究僧i 提交于 2019-11-30 11:34:59
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Which GUI framework/library would you choose if you were to start your new project now or in the near future? It has to be free for

Which Java GUI framework to choose now? [closed]

折月煮酒 提交于 2019-11-30 00:21:01
Which GUI framework/library would you choose if you were to start your new project now or in the near future? It has to be free for commercial use and cross platform. I have been a happy swing user, but Sun seems like pushing swing to deprecation, while pushing Javafx , which is not yet ready for prime time. There's also SWT , but it seems like it has issues on Linux. What is your Gui library/framework of choice? EDIT: Sun has canceled swingx project. From the forum comments on http://swingx.dev.java.net seems like majority of Sun resources that previously worked on core swing are now

What is the best library to use when writing GUI applications in C++? [duplicate]

 ̄綄美尐妖づ 提交于 2019-11-26 23:15:19
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Gui toolkits, which should I use? I've got a fair bit of C/C++ experience - mostly for writing console application for Windows/Linux, and also a fair bit of C# experience - generally for writing WinForms applications etc. I'm extremely impressed with with ease at which I can create a window in .net, for example something as simple as Form form = new Form(); form.ShowDialog(); is enough to get a blank form up on