sprotty 介绍
sprotty 是下一代基于 Web 的图表框架,主要特性:
- 快速可伸缩的 SVG 渲染,兼容主流浏览器以及可通过 CSS 控制样式
- 内核自带动画支持
- 支持分布式运行时,通过图表客户端和图表服务器
- 快速响应式客户端架构,基于 TypeScript 实现
- 基于 Java 实现的服务器架构
- 可通过依赖注入进行配置
- 集成 Xtext, the Language Server Protocol and Theia
开始使用:
# clone the repo git clone [email protected]:theia-ide/sprotty.git # build sprotty client and examples cd sprotty/client yarn yarn examples:build # build and run the sprotty server cd ../server ./gradlew jettyRun # point your web browser to localhost:8080
sprotty 官网
https://github.com/theia-ide/sprotty
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。