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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?