3 releases

0.1.0-alpha.3 May 18, 2024
0.1.0-alpha.2 Nov 1, 2023
0.1.0-alpha.1 Oct 1, 2023

#36 in Multimedia

Download history 6/week @ 2024-02-25 1/week @ 2024-03-03 5/week @ 2024-03-10 37/week @ 2024-03-31 1/week @ 2024-04-07 47/week @ 2024-05-12 143/week @ 2024-05-19

190 downloads per month

Apache-2.0

400KB
8K SLoC

Hadron

Hadron is an implementation of a SuperCollider language interpreter.

Goals

The SuperCollider programming language has a unique community of artists, scholars, and technologists that have created extensive library code and works of art using the existing tooling. With Hadron, we hope to create an alternative platform for making music and digital media, broadly compatible with existing code, but built from the ground up with clear governance and modern software engineering best practices. With Hadron, we hope to sustain the SuperCollider ecosystem for the next 25 years and beyond.

Getting Started

We keep a recent version of the web build at hadron.run, which makes a nice way to try out Hadron without installing any tooling or building any code.

Hadron is written in Rust and uses standard Rust tooling for development. Issue #42 calls for writing detailed developer documentation (PRs welcome!), but for now we provide this brief overview:

Install the Rust toolchain and check out the code, then use:

cargo build

to build Hadron, and:

cargo test

to test. The pre-submit testing checks formatting and also runs clippy, so before uploading a PR it's convenient to check the code with:

cargo xtask ci

Which will run the exact pre-submit testing sequence.

Dependencies

~1–31MB
~434K SLoC