A desktop GUI application for running websocket services rendering kromosynth genomes to audio buffers.
Based on socketsupply/socket-examples/socket-features/node-backend-bundled/
- Clone the repo:
git clone https://github.com/synth-is/kromosynth-render-ui.git
- Open the application directory
cd kromosynth-render-ui
- Install dependencies using
npm
,pnpm
, oryarn
.
npm i
- Download and install Node.js for your platform. (TODO: only works on macOS at the moment)
./get-node.sh
- Download and install
kromosynth-render
./get-kromosynth-render.sh
- Install the Socket SDK compiler following instructions here.
- Build and run the application with either
ssc build -r
,npm start
,pnpm start
, oryarn start
.