Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 981 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 981 Bytes

Bitwig Theme Editor WebUI

Currently only supports JSON files.

This is a WebUI for Bitwig Theme Editor to create theme files visually, written with Svelte.

You can click here to test it live in its current state.

webui

demo.webm

Run Locally

You need NodeJS installed on your computer!

To locally run the project, run following commands:

git clone https://github.com/berikai/bitwig-theme-editor-webui
cd bitwig-theme-editor-webui
npm install
npm run dev

Contribution

Pull requests are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.