An open API service indexing awesome lists of open source software.

https://github.com/halfbyte/liv3c0der-mk2

liv3coder lives!
https://github.com/halfbyte/liv3c0der-mk2

livecoding midi music webaudio

Last synced: about 1 year ago
JSON representation

liv3coder lives!

Awesome Lists containing this project

README

          

# liv3c0der MK2

This is a work in progress. To see what's going on and what's already working, please see [the docs](docs/index.md) for more info.

# Rationale

The development is guided by the following principles

- deliver solid primitives that allow for quick composing
- no build pipeline. I'm not against build pipelines in general but I wanted to use the fact that I can target a single browser (Chrome, because of Web MIDI) and use all the modern JS even without a compiler
- works standalone. Due to security restrictions, it needs a local webserver, but

## Credits

- Uses [CodeMirror](http://codemirror.net/) by Marijn Haverbeke
- Uses [jshint](https://github.com/jshint/jshint) by the jshint team.

## License

Licensed under the MIT license, see [LICENSE](LICENSE).