Git Product home page Git Product logo

vonqo / gestalt Goto Github PK

View Code? Open in Web Editor NEW
19.0 4.0 3.0 71.91 MB

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

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

License: Mozilla Public License 2.0

Python 0.47% C++ 59.42% C 2.16% Meson 0.11% Processing 3.56% Java 31.87% Makefile 0.07% CoffeeScript 1.13% JavaScript 0.26% Shell 0.20% HTML 0.23% C# 0.52%
mongolia mongolian music-visualizer creative-coding

gestalt's Introduction

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

gestalt's People

Contributors

dependabot[bot] avatar vonqo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.