带有 PyDev Eclipse 的 GUI IDE

发布于 2024-08-27 18:37:07 字数 119 浏览 5 评论 0原文

我有两周时间完成我的最后一年项目。我需要一个 GUI IDE 或与 PyDev 和 Eclipse 兼容的 GUI 框架。

我无法花时间学习一些东西,因为功能尚未完成。我正在寻找非常简单的 GUI 模拟游戏。

I have 2 weeks to finish my final year project.I need a GUI IDE or a GUI framework compatible with PyDev and Eclipse.

I cannot spend time learning something cause the functionality is yet to be completed.I'm looking for very simple GUI for a simulation game.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

望喜 2024-09-03 18:37:07

PyQt 是使用 IMO 进行开发最快的 GUI 工具包,部分原因是您可以使用 Qt Designer 来设计您的 GUI,而不是手动编码。

您可能还想查看 pygame - http://www.pygame.org/news.html

PyQt is the fastest GUI toolkit to develop with IMO, partly because you can use Qt Designer to design your GUI instead of coding it by hand.

You may want to also check out pygame - http://www.pygame.org/news.html

瞄了个咪的 2024-09-03 18:37:07

我需要一个与 PyDev 和 Eclipse 兼容的 GUI IDE 或 GUI 框架。

对于任何 Python GUI 框架,没有 Eclipse 嵌入式 GUI 编辑器,但也还不错。您真的需要将其集成到 Eclipse 上吗?

最接近的可能是使用 Jython 并使用一些 swing GUI 编辑器。

根据您想要使用的框架(GTK+/QT3/QT4/wxWidgets),您可以选择图形 GUI 编辑器。

我无法花时间学习一些东西,因为功能尚未完成。

无论我们为您提供什么工具,您都必须学会使用它

我正在为模拟游戏寻找非常简单的 GUI。

如果你想要开发的是游戏,你应该看看 PyGame (< em>必须阅读)和Cocos2D,尽管有一个还有更多其他的

I need a GUI IDE or a GUI framework compatible with PyDev and Eclipse.

There is no Eclipse embedded GUI editor for any of the Python GUI frameworks, but it's not so bad. Do you really need for it to be integrated on Eclipse?

The closest you can get is may be use Jython and use some swing GUI editor.

Depending on the framework you want to use (GTK+/QT3/QT4/wxWidgets) you'll get to choose a graphical GUI editor.

I cannot spend time learning something cause the functionality is yet to be completed.

It doesn't matter what tool we give you, you are going to have to learn to use it.

I'm looking for very simple GUI for a simulation game.

If what you want is to develop is a game, you should take a look at PyGame (must read) and Cocos2D, although there a lot more others.

霓裳挽歌倾城醉 2024-09-03 18:37:07

此页面 http://wiki.python.org/moin/GuiProgramming 有一个相当完整的列表GUI 框架和 GUI 构建器。我在构建 gui 方面没有太多经验,但我在 WxPython 和 PyQt 方面做过一些工作。两者似乎都很容易让基本的 GUI 快速运行。

我没有使用过 gui 构建器,但在我看来,用 python 手工编写 gui 并不像在其他语言中那么痛苦,所以我认为它们对于一个简单的 gui 来说并不是真正必要的。

另外,我认为这两个框架都与 PyDev 和 Eclipse 兼容。您只需安装该库并将它们导入到现有代码中即可。

This page http://wiki.python.org/moin/GuiProgramming has a fairly complete list of gui frameworks and gui builders. I don't have too much experience with building gui's, but I've done a little bit with WxPython and PyQt. Both seem fairly easy to get a basic gui going quickly.

I haven't used a gui builder, but hand coding a gui in python is not nearly as painful as it is in other languages in my opinion, so I don't think they are really necessary for a simple gui.

Also, I think either of these frameworks would be compatible with PyDev and Eclipse. You just have to install the library and import them into your existing code.

故人爱我别走 2024-09-03 18:37:07

我刚刚安装了我的 教程。尝试一下

I just installed mine folowing this tutorial. give it a try

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文