gibber

An audiovisual live coding environment for the browser

  • Owner: gibber-cc/gibber
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Gibber

Gibber is a live coding environment for the web browser, using the Gibberish.js audio engine, the CodeMirror code editor library and wrapping Three.js for 3d graphics and shader support. Version 2 of Gibber features a much more efficient audio engine, some interesting mapping abstractions and a server/database backend for publishing and browsing files and collaboratively live coding.

In order of preference, Gibber runs in Chrome, Safari, and Firefox. The current public URL for the Gibber environment is https://gibber.cc. Below is a code sample that shows off the mapping abstractions in Gibber by mapping the output envelope of various drum sounds to the rotation of a Cube and a shader uniform.

// Electronic Drum synth/sequencer
a = EDrums('x*o*x*o-')

// create a cube
b = Cube()

// map the rotation of the cube
// continuously follow the amplitude of drums

b.rotation.x = a.kick.Out
b.rotation.y = a.snare.Out

// a shader that simulates film grain and video noise
f = Film()

// map the scanline count to the hihat output
f.sCount = a.hat.Out

Running Gibber Locally

In order to run Gibber locally, you need to clone the gibber.server repo:http://github.com/charlieroberts/gibber.server. There are instructions for running the server in its README file.

###Building Gibber###
You need to grab the following npm modules / github repos:

  1. gibber.audio.lib
  2. gibber.graphics.lib
  3. gibber.core.lib
  4. gibber.interface.lib
  5. gibber.communication.lib

You can place all of theses repos in the node_modules folder and then run gulp watch to start the watching system. However, I find it is easier to clone each repo into its own location separate from the main Gibber repo, and then use npm link http://docs.npmjs.com/cli/link to link them all together when building.

Main metrics

Overview
Name With Ownergibber-cc/gibber
Primary LanguageJavaScript
Program languageCSS (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2012-02-09 05:44:19
Pushed At2024-09-17 13:44:17
Last Commit At2019-04-23 14:30:00
Release Count0
用户参与
Stargazers Count0.9k
Watchers Count44
Fork Count86
Commits Count1.4k
Has Issues Enabled
Issues Count73
Issue Open Count22
Pull Requests Count15
Pull Requests Open Count6
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private