An open API service indexing awesome lists of open source software.

https://github.com/visactor/vutil

VUtil is a general visualization tool for VisActor
https://github.com/visactor/vutil

Last synced: 6 months ago
JSON representation

VUtil is a general visualization tool for VisActor

Awesome Lists containing this project

README

          



VisActor Logo


VisActor Logo


VUtil


VUtil is a general visualization tool for VGrammar.

![unit test](https://github.com/visactor/vutil/actions/workflows/unit-test.yml/badge.svg?event=push)
[![npm Version](https://img.shields.io/npm/v/@visactor/vutils.svg)](https://www.npmjs.com/package/@visactor/vutils)
[![npm Download](https://img.shields.io/npm/dm/@visactor/vutils.svg)](https://www.npmjs.com/package/@visactor/vutils)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/visactor/vutil/blob/main/LICENSE)

English| [简体中文](./README.zh-CN.md)

(video)

# Introduction

VUtil is a general visualization tool for visual grammar library [VGrammar](https://github.com/VisActor/VGrammar). Including data processing, mathematical tools, js code tools, and graphics processing tools.

# Repo Intro

This repository includes the following packages:

1. vutil: visualization toolkit collection
2. vdataset: data processing tool
3. vvisutil: math and graphics Tools

# Usage

## Installation

[npm package](https://www.npmjs.com/package/@visactor/vutil)

```bash
// npm
npm install @visactor/vutils

// yarn
yarn add @visactor/vutils
```

##

[More demos and detailed tutorials](https://visactor.io/vutil)

# Related Links

- [VGrammar](https://github.com/VisActor/VGrammar)
- [VChart](https://visactor.io/vchart)

# Contribution

If you would like to contribute, please read the [Code of Conduct ](./CODE_OF_CONDUCT.md) 和 [ Guide](./CONTRIBUTING.zh-CN.md) first。

Small streams converge to make great rivers and seas!

# License

[MIT License](./LICENSE)