用于管理 C/C++ 嵌入式设备中的菜单的库

发布于 2024-09-06 17:06:10 字数 1536 浏览 4 评论 0原文

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

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

发布评论

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

评论(3

孤星 2024-09-13 17:06:10

有一些类似 Kaleido 的东西: http://www.digitalairways.com/kaleido-engine.htm< /a>
非常好,但是价格昂贵。

Emwin 更简单、更便宜,但功能却没有那么丰富:
http://www.segger.com/cms/emwin.html

There are things like Kaleido: http://www.digitalairways.com/kaleido-engine.htm
which are very nice, but pricey.

Emwin is simpler and cheaper but nothing like as rich in terms of functionality:
http://www.segger.com/cms/emwin.html

墨小墨 2024-09-13 17:06:10

您可能想查看 Android SDK。这也可能超出您想要处理的范围,但复制或可能使用谷歌可能拥有的任何工具可能是有价值的。

You may want to look at the Android SDK. This too, may be more than you want to handle, but there may be value in replicating, or possibly using any tools google may have.

于我来说 2024-09-13 17:06:10

我知道这是一个老问题,但也许其他人也有同样的问题。

我认为 CLI 是您需要的解决方案。

CLI 是一个工具包,可让您轻松实现 C++ 和 Java 命令行界面

它具有 XML 配置文件,并生成您然后链接的 C++/Java 源代码。
我还没有测试过它,只是在搜索更容易创建 CLI 菜单的东西时发现的。

I know this is an old question but maybe someone else, has the same problem.

I think CLI is the solution you need.

CLI is a toolkit that allows you to easily implement C++ and Java Command Line Interfaces

It has XML configuration file and generates C++/Java source which you then link.
I haven't tested it, just found it when searching for something to create CLI menus easier.

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