网页上的 wxPython GUI?
是否可以在 HTML 页面中嵌入基于 wxPython 的 GUI?
如果没有,除了 Java applet 之外还有其他选项可以制作可以嵌入 HTML 页面的 GUI 吗?
Is it possible to embed a wxPython based GUI in an HTML page?
If not, is there any other option other than Java applets to make GUIs that can be embedded onto an HTML page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下 gtk3 html 后端 http://blogs .gnome.org/alexl/2011/03/15/gtk-html-backend-update/
take a look at gtk3 html backend http://blogs.gnome.org/alexl/2011/03/15/gtk-html-backend-update/
您可以使用 Javascript 创建自己的 GUI 来显示。也许 Google 的 NaCl 已经足够先进,但它不会为您提供您可能会喜欢的跨浏览器兼容性。
如果您查看
broadway
(在其他答案之一中链接),您将需要为每个用户运行一个 X 会话。You can use Javascript to create your own GUI to show. Maybe Google's NaCl is far enough advanced but it won't give you the cross browser compatibility you'll probably like.
If you look at
broadway
(which is linked in one of the other answers), you'll need to run an X session for each user.