Gibber
Browser-based live coding environment combining music synthesis and sequencing with 3D graphics.
| Language | JavaScript |
|---|---|
| Category | Web Audio |
| License | MIT |
| Platforms | Web |
| Install | Use the hosted playground at gibber.cc, or run locally via npm |
| First released | 2012 |
| Maintained | Not actively maintained (last activity 2024) |
| Links | Website · Source |
Strengths
- Runs entirely in the browser, zero install
- Concise sequencing syntax for audiovisual work
- Integrates audio synthesis with 3D graphics
Limitations
- Web-only, limited by browser audio
- Repo activity has slowed (last commit 2024)
Best for
Browser-based audiovisual live coding and teaching creative coding.
Minimal example
a = Synth('bleep').note.seq([0,1,2,3], 1/4)
b = Drums('x*o*').play()