ales-tsurko / cells

Live coding environment. Use SuperCollider, Python, TidalCycles, Node.js etc. in the same project.

Home Page:https://alestsurko.by/cells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cells

Cells — Live Coding Environment

Screenshot 1 Screenshot 2

Cells is a live and creative coding environment. It allows you to organize code into runnable snippets and mix programming languages.

You can use it as a sequencer, effect processor, DAW, for generative/interactive installations, prototyping, visuals, and more.

Cells supports:

  • Clojure
  • Common Lisp (SBCL)
  • Haskell
  • Lua
  • Node.js
  • Overtone
  • Python
  • Ruby
  • Scheme (Chez)
  • SuperCollider
  • Swift
  • TidalCycles

Build/Run

You need Python and poetry.

First, you need to install dependencies:

poetry install

Then:

poetry run cells -d

Or checkout releases section for distributed packages.

Deploy

Update version in settings.py and .github/main.yml then run:

./packaging/macos/publish.sh <version>

Status

Version 1.0.0

It's about 90% ready for alpha. v1.0.0-beta is ready. But there are some important points:

I chose Python to get the first version quickly and to look at the design at a high level, without going deep into details. And without tests. And with imperfect code quality... So the first version is going to be more like a prototype. But ready-to-use working prototype though, developed with live performance stability in mind.

Version 1.1.0

For the next version I'm going to rewrite it in Rust with all the good development practice applied (testing, code quality, low coupled design etc.)

I'm also thinking of the next features:

  • more color themes, maybe user color themes support
  • project templates
  • backups
  • cells browser (save/re-use cells between projects, maybe make a centralized place, where users could share them)
  • support MIDI (to use Launchpad to run and select cells, for example, would be great)
  • better mouse support
  • one or even two more cool secret features

I spend too much time for open source, but too little for commercial stuff. As the result I always lack money. If you like some of my projects, or music, or some of my contributions helped you, please consider donation.

  • Bitcoin: bc1q0p7tmxyyd0pn7qsfxwlm00ncazdzz24p8lagqp
  • Ethereum: 0x55B6805f462e19aaBdB304bc85F94099eac060CE

About

Live coding environment. Use SuperCollider, Python, TidalCycles, Node.js etc. in the same project.

https://alestsurko.by/cells

License:MIT License


Languages

Language:Python 96.9%Language:C 1.3%Language:C++ 0.7%Language:HTML 0.6%Language:Makefile 0.3%Language:Roff 0.1%Language:PLSQL 0.1%Language:Shell 0.1%Language:JavaScript 0.0%Language:SCSS 0.0%Language:DTrace 0.0%Language:Batchfile 0.0%Language:CSS 0.0%Language:VBScript 0.0%