Update README.md

This commit is contained in:
Javi Agenjo
2020-03-04 18:38:39 +01:00
committed by GitHub
parent 811721bb2c
commit 585692b3ae

View File

@@ -1,6 +1,6 @@
# litegraph.js
A library in Javascript to create graphs in the browser similar to Unreal Blueprints. Nodes can be programmed easily and it includes an editor to construct the graphs.
A library in Javascript to create graphs in the browser similar to Unreal Blueprints. Nodes can be programmed easily and it includes an editor to construct and tests the graphs.
It can be integrated easily in any existing web applications and graphs can be run without the need of the editor.
@@ -9,7 +9,7 @@ Try it in the [demo site](https://tamats.com/projects/litegraph/demo).
![Node Graph](imgs/node_graph_example.png "WebGLStudio")
## Features
- Renders on Canvas2D (zoom in, zoom out, panning, can be used inside a WebGLTexture)
- Renders on Canvas2D (zoom in/out and panning, easy to render complex interfaces, can be used inside a WebGLTexture)
- Easy to use editor (searchbox, keyboard shortcuts, multiple selection, context menu, ...)
- Optimized to support hundreds of nodes per graph (on editor but also on execution)
- Customizable theme (colors, shapes, background)
@@ -35,7 +35,7 @@ You can install it using npm
npm install litegraph.js
```
Or downloading the ```build/litegraph.js``` version from this repository.
Or downloading the ```build/litegraph.js``` and ```css/litegraph.css``` version from this repository.
## First project ##
@@ -179,6 +179,7 @@ You can write any feedback to javi.agenjo@gmail.com
- rappestad
- InventivetalentDev
- NateScarlet
- coderofsalvation