对卡米洛特的反馈
我的需求:
- 我需要开发一个跨平台的GUI应用程序
- 所选的解决方案必须是最快实现的
- 它应该易于扩展
应用程序只是一个数据库前端,主要用于CRUD操作,列表,过滤,导出, 感兴趣
在阅读了一些解决方案(Python Card、PyGUI、DABO、pygtkhelpers、kiwi、pyjamas、pure-mvc、PyQt/PySide、Wax、基于 Tk 的框架、AVC、Fox 等)后,我发现自己很 在两个特定的解决方案中,其中之一是 Camelot。
在开始讨论之前,我想谈谈 Camelot 用户与怀疑论者的一些看法。
感谢分享:)
My needs :
- I need to develop an GUI application that is cross platform
- the chosen solution must be the fastest to implement
- it should be easy to extend
The application is just a database front-end, mainly for CRUD operations, listing, filtering, exporting, charts and graphs etc.
After reading about some solutions (Python Card, PyGUI, DABO, pygtkhelpers, kiwi, pyjamas, pure-mvc, PyQt/PySide, Wax, Tk-based frameworks, AVC, Fox etc.), I found myself interrested in two particular solutions, one of them is Camelot.
Before jumping into it, I would like to have some opinions about Camelot users vs skeptics.
Thanks for sharing :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
免责声明:我是 Camelot 提交者。
如果问题已在 Programmers Stack Exchange 上提出,请链接到该问题。
这个问题有点老了,但为了任何参考,我会插话。Camelot
的开发正是出于您所说的原因。自从提出这个问题以来,它已经成熟了很多,并且功能完整。最新的努力是使用 Declarative 来代替 Elixir。稳定性和速度也是优点。
Disclaimer: I am a Camelot committer.
If the question has been raised on the Programmers Stack Exchange, please link to it.
This question is kind of old, but for any reference, i'll chime in.
Camelot was and is developed for exactly the reasons you stated. It has matured a lot since this questions was asked and is about feature complete. Latest efforts have been made to use Declarative instead of Elixir. Stability and speed are strongpoints as well.
在我看来,最好的选择是让 CGI 程序通过浏览器运行,这样您就不必担心平台问题。尽管它可能需要更多的工作,但它可能更适合跨平台部署。 :)
In my opinion the best option for this would be to make a CGI program to run through a browser so that you do not have to worry about platform issues. Granted it might take a little bit more work, it may be better suited for cross platform deployment. :)