We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Swell Software,提供C/PEG。
以下是 C/PEG 产品页面的摘录:
Swell Software, offers C/PEG.
Here's an excerpt from the C/PEG product page:
我们使用 EasyGui - http://www.easygui.com/ - 来启动项目 (目前处于搁置状态)。
从我所做的来看,这似乎相当不错。您在 PC 上设计 UI,然后生成 C 代码,使这一切发生。
我喜欢的一件事是,如果您正确构建应用程序,则运行 UI 的代码可以与实际 UI 分开 - 即它可以在不同的屏幕分辨率/颜色/等上重用。我们已经构建了一个模块化系统,只要我们遵循按钮编号等的适当约定,我们就可以在不同的项目中重复使用位
We've used EasyGui - http://www.easygui.com/ - for the start of a project (it's currently on hold).
From the bit I've done it seems quite good. You design up the UI on a PC then generate the C code which makes it all happen.
One thing I like is that if you structure your app properly the code that runs the UI can be separate to the actual UI - ie it could be reused on a different screen resolution/colours/etc. We've made up a modular system where we can reuse bits in different projects as long as we follow the appropriate conventions for button numbers, etc