Skip to content

Commit 6df18b7

Browse files
author
刘方方
committed
Merge 'vgraph-init' into 'main'
docs: update demos and guide & delete wasm See merge request: !13
2 parents b407a61 + af295f5 commit 6df18b7

243 files changed

Lines changed: 891 additions & 73657 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ English | [简体中文](./README.zh-CN.md)
1414
VGraph is the graph visualization and analysis engine of [VisActor](https://visactor.io). The core capabilities are as follows:
1515

1616
- **Rich elements**: Built-in multiple nodes, edges and other graph elements to meet the drawing needs of various graph analysis scenarios such as flowcharts, mind maps, and DAGs.
17-
- **High performance**: Based on the high-performance rendering engine, it supports smooth interaction of tens of thousands of nodes and edges. It also supports WASM-based high-performance layout, which perfectly solves the performance problems of graph analysis.
17+
- **High performance**: Based on the high-performance rendering engine, it supports smooth interaction of tens of thousands of nodes and edges.
1818
- **Rich interaction**: Built-in rich interaction, supports custom interaction to meet various interactive analysis needs.
1919
- **Layout on demand**: Supports a variety of built-in layouts and custom layouts, which can be combined and switched at will.
2020

@@ -25,7 +25,6 @@ This repository includes the following packages:
2525
1. `@visactor/vgraph`: The core code repository of VGraph
2626
2. `@visactor/react-vgraph`: The VGraph component encapsulated based on [React](https://react.dev/)
2727
3. `@visactor/react-vgraph-ui`: Some React UI components for VGraph
28-
4. `@visactor/vgraph-wasm`: Wasm version of vgraph layouts
2928

3029
## Installation
3130

@@ -117,5 +116,3 @@ Small streams converge to make great rivers and seas!
117116
## License
118117

119118
This project is licensed under the [MIT License](./LICENSE).
120-
121-
This project contains third-party components, and their respective licenses are listed in the [THIRD-PARTY-LICENSES.md](./THIRD-PARTY-LICENSES.md) file. The original notices can be found in [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md).

README.zh-CN.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VGraph,不仅仅是图可视化渲染引擎,更是图分析解决方案。
1414
VGraph 是 [VisActor](https://visactor.io) 可视化体系中的图可视化及分析引擎。核心能力如下:
1515

1616
- **元素丰富**: 内置多种节点、边等图元素,满足流程图、脑图、DAG 图等各类图分析场景的绘制需求。
17-
- **性能卓越**: 基于高性能渲染引擎,支持上万点边的流畅交互。同时支持基于 WASM 的高性能布局,完美解决图分析的性能问题。
17+
- **性能卓越**: 基于高性能渲染引擎,支持上万点边的流畅交互。
1818
- **交互丰富**: 内置丰富的交互,支持自定义交互,满足各类交互分析需求。
1919
- **布局按需**: 支持多种内置布局及自定义布局,可随意组合切换。
2020

@@ -25,7 +25,6 @@ VGraph 是 [VisActor](https://visactor.io) 可视化体系中的图可视化及
2525
1. `@visactor/vgraph`: VGraph 核心代码仓库
2626
2. `@visactor/react-vgraph`: 基于 [React](https://react.dev/) 封装的 VGraph 组件
2727
3. `@visactor/react-vgraph-ui`: VGraph 的部分 React UI 组件
28-
4. `@visactor/vgraph-wasm`: vgraph 布局的 wasm 版本
2928

3029
## 安装
3130

@@ -117,5 +116,3 @@ $ rush docs
117116
## 协议
118117

119118
本项目基于 [MIT 协议](./LICENSE),请自由享受及参与开源。
120-
121-
本项目包含第三方组件,其各自的许可证在 [THIRD-PARTY-LICENSES.md](./THIRD-PARTY-LICENSES.md) 文件中列出。原有的声明文件可见 [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md)

THIRD-PARTY-LICENSES.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

THIRD_PARTY_NOTICES.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

action_list.txt

Lines changed: 0 additions & 40 deletions
This file was deleted.

common/changes/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)