Updated with network

This commit is contained in:
Kristofer
2018-04-19 08:38:19 +02:00
parent 4e2c03ad8a
commit c248a6e498
4 changed files with 3469 additions and 2646 deletions

File diff suppressed because it is too large Load Diff

5186
build/litegraph.min.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,8 @@ module.exports = function (grunt) {
'src/nodes/gltextures.js',
'src/nodes/glfx.js',
'src/nodes/midi.js',
'src/nodes/audio.js'
'src/nodes/audio.js',
'src/nodes/network.js'
],
concat: {
build: {

View File

@@ -1,6 +1,6 @@
{
"name": "litegraph.js",
"version": "0.4.0",
"version": "0.5.0",
"description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.",
"main": "build/litegraph.js",
"directories": {