gibber

An audiovisual live coding environment for the browser

  • 所有者: gibber-cc/gibber
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者gibber-cc/gibber
主編程語言JavaScript
編程語言CSS (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2012-02-09 05:44:19
推送於2024-09-17 13:44:17
最后一次提交2019-04-23 14:30:00
發布數0
用户参与
星數0.9k
關注者數44
派生數86
提交數1.4k
已啟用問題?
問題數73
打開的問題數22
拉請求數15
打開的拉請求數6
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?