Definition of gestalt: “something that is made of many parts and yet is somehow more than or different from the combination of its parts”
This is an open source repository of creative coding integrations and playground. Some visual ouputs are posted on following pages.
Execute install.sh
. Installation script is not maintained. If things gone wrong, screw this script and go manual.
Orchestrator integrates all modules with isolated process calls. Each modules has to be successfully builded on the system. The source code of module(s) from this repository is slightly changed to fit with Orchestrator.
Follow these instruction:
And install these third party tools:
modules/orchestrator/config.json
to setup your paths.
neuralStyle
section unless you’ve installed it.config.json
{
"system": {
"moodbarExecuteable": "moodbar",
"hqzExecutable": "~/gestalt/modules/zenphoton/hqz/hqz",
"ffmpegExecutable": "ffmpeg",
"resourceDir": "~/Desktop/",
"neuralStyle": {
"executable": "~/neural-style.lua",
"styleDir": "~/style_img/",
"contentDir": "~/content_img/"
}
},
"param": {
"fontName": "Interstate",
"audio": [
{
"exportType": "BUBBLE_BAR_2DRT",
"audioFile": ["alive2"],
"displayText": ["Portal - Still Alive (Portal OST)"],
"hasBanner": true,
"ray": 200000,
"extraDataFile": "dafuq.json"
},
],
"videoExport": {
"isVideoExport": false,
"usableCore": 1,
"startFrame": 0,
"endFrame": 0
}
}
}
Enkh-Amar. G (vonqo). Released under the Mozilla Public License Version 2.0