Skip to content

A desktop GUI application for running websocket services for rendering kromosynth genomes to audio buffers.

License

Notifications You must be signed in to change notification settings

synth-is/kromosynth-render-ui

Repository files navigation

kromosynth-render-ui

A desktop GUI application for running websocket services rendering kromosynth genomes to audio buffers.

Based on socketsupply/socket-examples/socket-features/node-backend-bundled/

Build instructions

  1. Clone the repo:
git clone https://github.com/synth-is/kromosynth-render-ui.git
  1. Open the application directory
cd kromosynth-render-ui
  1. Install dependencies using npm, pnpm, or yarn.
npm i
  1. Download and install Node.js for your platform. (TODO: only works on macOS at the moment)
./get-node.sh
  1. Download and install kromosynth-render
./get-kromosynth-render.sh
  1. Install the Socket SDK compiler following instructions here.
  2. Build and run the application with either ssc build -r, npm start, pnpm start, or yarn start.

About

A desktop GUI application for running websocket services for rendering kromosynth genomes to audio buffers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published