Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antvis/g6-editor
https://github.com/antvis/g6-editor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/antvis/g6-editor
- Owner: antvis
- Archived: true
- Created: 2018-06-04T11:57:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T10:01:44.000Z (over 5 years ago)
- Last Synced: 2024-05-21T16:34:25.280Z (7 months ago)
- Language: JavaScript
- Size: 4.96 MB
- Stars: 531
- Watchers: 25
- Forks: 172
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome - g6-editor - (JavaScript)
- awesome-starred - antvis/g6-editor - (others)
README
# G6-Editor
不再对外提供支持。
原先文档:https://github.com/antvis/g6-editor/files/3101934/G6-Editor.pdf### 说明
G6-Editor 这个项目发布上线已经有 1 年多,最初我们的目的是为了给大家呈现 G6 能够做出什么,能够最终给大家提供开箱即用的解决方案,在业务上走通后进行开源。我们在 Demo 上增加了 4 个模板的支持,有很多用户直接在项目中使用,但是在整个过程中我们发现了一些难以解决的问题:
+ 图编辑器的场景过于复杂,每个业务的需求都有明确的差异,很难用一个模板覆盖一个领域
+ 开箱即用降低了用户接入的成本,但是屏蔽了底层 G6 的知识,将开发的坡度变成了巨大的台阶
+ 交互的细节在业务上有非常大的差异,一些交互同业务场景密切相关,必须要进行扩展或者修改
+ 答疑成本巨大,editor 的开发者无法坚持下去我们的解决方案是对 G6 进行重构,对每个用户需要的功能通过机制来保证:
* 自定义交互
* 自定义节点
* 自定义布局
* 命令模式
* 面板间的通信都会在 G6 底层支持,我们也会提供简单编辑器的思路和流程。
谢谢大家的使用和反馈,恳请大家理解和支持。