Skip to content

Commit c3aa3b3

Browse files
committed
Merge remote-tracking branch 'upstream/master'
Catching up to external updates and checking in array fix (this time without build artifacts).
2 parents 6e4525c + baed06f commit c3aa3b3

62 files changed

Lines changed: 18773 additions & 35080 deletions

Some content is hidden

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

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contribution Rules
2+
There are some simple rules that everyone should follow:
3+
4+
### Do not commit files from bulid folder
5+
> I usually have horrible merge conflicts when I upload the build version that take me too much time to solve, but I want to keep the build version in the repo, so I guess it would be better if only one of us does the built, which would be me.
6+
> https://github.com/jagenjo/litegraph.js/pull/155#issuecomment-656602861
7+
Those files will be updated by owner.
8+
9+

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# litegraph.js
22

3-
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.
3+
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.
44

55
It can be integrated easily in any existing web applications and graphs can be run without the need of the editor.
66

7-
Try it in the [demo site](https://tamats.com/projects/litegraph/demo).
7+
Try it in the [demo site](https://tamats.com/projects/litegraph/editor).
88

99
![Node Graph](imgs/node_graph_example.png "WebGLStudio")
1010

1111
## Features
12-
- Renders on Canvas2D (zoom in, zoom out, panning, can be used inside a WebGLTexture)
12+
- Renders on Canvas2D (zoom in/out and panning, easy to render complex interfaces, can be used inside a WebGLTexture)
1313
- Easy to use editor (searchbox, keyboard shortcuts, multiple selection, context menu, ...)
1414
- Optimized to support hundreds of nodes per graph (on editor but also on execution)
1515
- Customizable theme (colors, shapes, background)
@@ -19,6 +19,7 @@ Try it in the [demo site](https://tamats.com/projects/litegraph/demo).
1919
- Graphs can be executed in NodeJS
2020
- Highly customizable nodes (color, shape, slots vertical or horizontal, widgets, custom rendering)
2121
- Easy to integrate in any JS application (one single file, no dependencies)
22+
- Typescript support
2223

2324
## Nodes provided
2425
Although it is easy to create new node types, LiteGraph comes with some default nodes that could be useful for many cases:
@@ -35,7 +36,7 @@ You can install it using npm
3536
npm install litegraph.js
3637
```
3738

38-
Or downloading the ```build/litegraph.js``` version from this repository.
39+
Or downloading the ```build/litegraph.js``` and ```css/litegraph.css``` version from this repository.
3940

4041
## First project ##
4142

@@ -179,6 +180,8 @@ You can write any feedback to [email protected]
179180
- rappestad
180181
- InventivetalentDev
181182
- NateScarlet
183+
- coderofsalvation
184+
- ilyabesk
182185

183186

184187

0 commit comments

Comments
 (0)