Renardo
Modernized FoxDot fork for live coding music in Python on top of SuperCollider.
| Language | Python |
|---|---|
| Category | Live coding |
| License | GPL-3.0 |
| Platforms | macOS Windows Linux |
| Install | pip install renardo |
| First released | 2024 |
| Maintained | Yes |
| Links | Website · Source |
Strengths
- Concise FoxDot-style live-coding syntax
- Bundled launcher/editor and SuperCollider setup helpers
- Actively developed successor to the dormant FoxDot
Limitations
- Requires a SuperCollider backend
- Young project; API and docs still stabilizing
Best for
Live-coding performances and algorithmic music using FoxDot-style Python syntax.
Minimal example
p1 >> pluck([0, 2, 4], dur=1/2)