gestalt

Shitcoded

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.

Showcase

Directories

Installation

Execute install.sh. Installation script is not maintained. If things gone wrong, screw this script and go manual.

Manual installation

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:

Usage

  1. Edit modules/orchestrator/config.json to setup your paths.
    • You can ignore neuralStyle section unless you’ve installed it.
  2. Edit and freestyle your 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
       }
     }
    }
    
  3. Build it with Maven.
  4. Run

License

Enkh-Amar. G (vonqo). Released under the Mozilla Public License Version 2.0