vonqo / gestalt

An open source repository of creative coding integrations and playground. aka Color Note Code.

Home Page:https://vonqo.github.io/gestalt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Gallery

Directories

  • modules - List of modules that written in different programming languages

    • orchestrator - Synthesize variety of images, audio and videos.
    • moodbar - Used in orchestrator. Forked from exaile/moodbar
    • hqz - Used in orchestrator. Forked from scanlime/zenphoton
    • a1_restorer - Image defect fixing, enhance greyscale
  • sketches - Processing sketches.

  • study_materials - Project related study material list.

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
      }
    }
}
  1. Build it with Maven.
  2. Run

License

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

About

An open source repository of creative coding integrations and playground. aka Color Note Code.

https://vonqo.github.io/gestalt/

License:Mozilla Public License 2.0


Languages

Language:C++ 59.4%Language:Java 31.9%Language:Processing 3.6%Language:C 2.2%Language:CoffeeScript 1.1%Language:C# 0.5%Language:Python 0.5%Language:JavaScript 0.3%Language:HTML 0.2%Language:Shell 0.2%Language:Meson 0.1%Language:Makefile 0.1%