mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-22 14:50:00 +01:00
added glsl-transform file
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
## [1.3.9] - 2023-05-30
|
## [1.3.9] - 2023-05-30
|
||||||
### Added
|
### Added
|
||||||
- documentation for self-generating certificates
|
- documentation for self-generating certificates
|
||||||
- esmify
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- import/export resolution
|
- import/export resolution
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"uglify": "terser ./public/bundle.js --source-map \"content=inline\" -o ./public/bundle.min.js",
|
"uglify": "terser ./public/bundle.js --source-map \"content=inline\" -o ./public/bundle.min.js",
|
||||||
"watch": "watchify -p esmify ./index.js -v -o ./public/bundle.js",
|
"watch": "watchify ./index.js -v -o ./public/bundle.js",
|
||||||
"build": "browserify ./index.js --debug -o ./public/bundle.js && npm run uglify",
|
"build": "browserify ./index.js --debug -o ./public/bundle.js && npm run uglify",
|
||||||
"source-map": "source-map-explorer ./public/bundle.min.js ./public/bundle.min.js.map"
|
"source-map": "source-map-explorer ./public/bundle.min.js ./public/bundle.min.js.map"
|
||||||
},
|
},
|
||||||
@@ -31,7 +31,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^17.0.0",
|
"browserify": "^17.0.0",
|
||||||
"esmify": "^2.1.1",
|
|
||||||
"source-map-explorer": "^2.5.2",
|
"source-map-explorer": "^2.5.2",
|
||||||
"terser": "^5.14.2",
|
"terser": "^5.14.2",
|
||||||
"watchify": "^4.0.0"
|
"watchify": "^4.0.0"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
10
frontend/web-editor/public/bundle.min.js
vendored
10
frontend/web-editor/public/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3,7 +3,8 @@ const {generate} = require('astring');
|
|||||||
const { defaultTraveler, attachComments, makeTraveler } = require('astravel');
|
const { defaultTraveler, attachComments, makeTraveler } = require('astravel');
|
||||||
const {UndoStack} = require('./UndoStack.js');
|
const {UndoStack} = require('./UndoStack.js');
|
||||||
const repl = require('./../repl.js')
|
const repl = require('./../repl.js')
|
||||||
const glslTransforms = require('hydra-synth/src/glsl/glsl-functions.js')()
|
// const glslTransforms = require('hydra-synth/src/glsl/glsl-functions.js')()
|
||||||
|
const glslTransforms = require('./glslTransforms.js')
|
||||||
|
|
||||||
class Mutator {
|
class Mutator {
|
||||||
|
|
||||||
|
|||||||
1100
frontend/web-editor/src/views/editor/randomizer/glslTransforms.js
Normal file
1100
frontend/web-editor/src/views/editor/randomizer/glslTransforms.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user