Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 492 Bytes

File metadata and controls

28 lines (21 loc) · 492 Bytes

electron-with-supercollider-example

This repo shows how to make electron and supercolliderjs work with a portable copy of SuperCollider.

Installation

Install dependencies

npm install

Usage

Start the app in development by running

yarn start

Build

Create an app bundle by running this command on MacOS

yarn build

Notes

  • Works only for osx targets
  • Code signing doesn't work
  • See issue