适用于 C#/.NET 的优秀 2D 原始渲染库?
我正在开发一个 C#/.NET 应用程序(Winforms/WPF,尚未完全确定),它需要显示简单的图表:框/“文本框”、线条/箭头、圆圈、文本等... 图表上的某些项目需要可单击/可选择,以便我显示一个用于填写所选项目数据的对话框。 我想图表显示都可以使用 GDI+ 从头开始完成,但在走这条路之前,我想询问现有库的输入/建议以供使用(商业或免费)?
我已经尝试在 google 上搜索合适的库,但发现主要是 2D 游戏引擎或“图形/图表”渲染库。似乎都不符合我的要求。
最好的问候,
索伦
I'm developing a C#/.NET application (Winforms/WPF, not entirely decided yet) which needs to display simple diagrams: boxes/"text boxes", lines/arrows, circles, text etc...
Some items on the diagram need to be clickable/selectable, allowing me to display e.g. a dialog for filling in data on the selected item.
I guess the diagram display could all be done from scratch using e.g. GDI+, but before going down that path I would like to ask for input/suggestions on existing libraries to use (commercial or free)?
I've already tried to google for suitable libraries, but found mostly 2D game-engines or "graph/chart"-rendering libraries. Neither seem to fit my requirements.
Best regards,
Søren
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
即使您说您已经研究过“图形/图表”库。 Nevron 图怎么样?唯一的缺点是它不是免费的,但费用也不是很高。
Even if you said you looked already into "graph/chart" libraries. What about Nevron Diagram? The only drawback would be that it is not free, but it doesn't cost that much.
我已经使用了 Piccolo2D for Java,但它们也有 .Net 版本,并且是社区驱动的。
唯一的问题是,我不知道 .Net 版本的更新程度如何,也不知道它的工作效果如何(.Net 版本)。
I have used Piccolo2D for Java, but they aslo have a .Net version, and it's community driven.
The only problem is, I don't know how updated the .Net version is or give any comment on how well it works (.Net version).