Skip to content

Commit

Permalink
Starting blocks for nodeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Mar 21, 2019
1 parent c08da92 commit 3b9fc84
Show file tree
Hide file tree
Showing 19 changed files with 38,916 additions and 31,352 deletions.
61 changes: 58 additions & 3 deletions Tools/Config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"loaders",
"serializers",
"gui",
"inspector"
"inspector",
"nodeEditor"
],
"es6modules": [
"core",
Expand All @@ -56,7 +57,8 @@
"serializers",
"gui",
"inspector",
"viewer"
"viewer",
"nodeEditor"
],
"lintModules": [
"core",
Expand Down Expand Up @@ -117,7 +119,9 @@
"namespace": "BABYLON.Debug"
}
],
"hiddenConsts": ["Debug"]
"hiddenConsts": [
"Debug"
]
},
"requiredFiles": [
"readme.md"
Expand Down Expand Up @@ -578,6 +582,57 @@
}
}
},
"nodeEditor": {
"libraries": [
{
"output": "babylon.nodeEditor.bundle.js",
"entry": "./legacy/legacy.ts"
}
],
"build": {
"ignoreInTestMode": true,
"mainFolder": "./nodeEditor/",
"uncheckedLintImports": [
"react",
"react-dom",
"re-resizable",
"glTF"
],
"umd": {
"packageName": "babylonjs-nodeEditor",
"webpackRoot": "NODEEDITOR",
"processDeclaration": {
"filename": "babylon.nodeEditor.module.d.ts",
"moduleName": "NODEEDITOR",
"importsToRemove": [],
"classMap": {
"babylonjs": "BABYLON",
"react": "React",
"@babylonjs/core": "BABYLON",
"@fortawesome": false,
"react-contextmenu": false
}
}
},
"es6": {
"webpackBuild": true,
"buildDependencies": [
"node_modules/re-resizable/lib/index.es5.js",
"Tools/**/*"
],
"packageName": "@babylonjs/nodeEditor",
"readme": "dist/preview release/nodeEditor/readme-es6.md",
"packagesFiles": [
"babylon.nodeEditor.bundle.max.js",
"babylon.nodeEditor.bundle.max.js.map",
"babylon.nodeEditor.module.d.ts",
"readme.md"
],
"typings": "babylon.nodeEditor.module.d.ts",
"index": "babylon.nodeEditor.bundle.max.js"
}
}
},
"viewer": {
"libraries": [
{
Expand Down
75 changes: 37 additions & 38 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
{
"name": "babylonjs",
"description": "Babylon.js is a complete JavaScript framework for building 3D games with HTML 5 and WebGL",
"main": "./dist/babylon.2.5.js",
"homepage": "https://www.babylonjs.com",
"repository": {
"type": "git",
"url": "git://github.com/BabylonJS/Babylon.js.git"
},
"authors": [
"David Catuhe",
"David Rousset"
],
"keywords": [
"3D",
"WebGL",
"WebAudio",
"Shaders",
"Realtime"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"Babylon",
"Exporters",
"Loaders",
"Previous releases",
"/Tools",
"gulpfile.js",
"package.json",
"babylon.2.1*.*",
"*.md",
"*.yml",
"cannon.js",
"Oimo.js",
"poly2tri.js"
]
}
"name": "babylonjs",
"description": "Babylon.js is a complete JavaScript framework for building 3D games with HTML 5 and WebGL",
"main": "./dist/babylon.js",
"homepage": "https://www.babylonjs.com",
"repository": {
"type": "git",
"url": "git://github.com/BabylonJS/Babylon.js.git"
},
"authors": [
"David Catuhe"
],
"keywords": [
"3D",
"WebGL",
"WebAudio",
"Shaders",
"Realtime"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"Babylon",
"Exporters",
"Loaders",
"Previous releases",
"/Tools",
"gulpfile.js",
"package.json",
"babylon.2.1*.*",
"*.md",
"*.yml",
"cannon.js",
"Oimo.js",
"poly2tri.js"
]
}
4 changes: 2 additions & 2 deletions dist/preview release/babylon.js

Large diffs are not rendered by default.

6,021 changes: 5,288 additions & 733 deletions dist/preview release/babylon.max.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/babylon.max.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3b9fc84

Please sign in to comment.