0.0.4 • Published 5 years ago

milkdrop-eel-parser v0.0.4

Weekly downloads
109
License
MIT
Repository
github
Last release
5 years ago

MilkDrop EEL Parser

Parses NSEEL2 equations and converts them to Javascript for use within Butterchurn

Usage

Make sure you have the Clojure build tool Leiningen and Java installed

Installation

# Clone this repository
git clone https://github.com/jberg/milkdrop-eel-parser
# Go into the repository
cd milkdrop-eel-parser
# Build library
lein cljsbuild once
# Run test suite
lein cljsbuild test

Calling from Javascript

Building the library will generate release/md-parser.min.js or use the prebuilt version from unpkg https://unpkg.com/milkdrop-eel-parser/release/md-parser.min.js

Any of the functions marked ^:export will be available from Javascript.

You can see an example of parsing and converting a preset in milkdrop-preset-convert

You can use milkdrop-preset-utils to parse a .milk file into the expected format

License

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