Skip to content
Snippets Groups Projects
user avatar
d80bb324
Forked from Daniel Clarke / maxi-js-emscripten
22 commits behind the upstream repository.
Name Last commit Last update
maxiLib
src
.gitignore
Makefile
Readme.txt
An implementation of maximilian in javascript using emscripten to compile code from C++ to javascript/asm.js.

To use: move the maxiLib.js file from the maxiLib folder to an appropriate location and include using the <script> tag right now.

If you want to use without webAudio API setup for you, include maxiLib_noWebAudio.js. You can still include the maxi_webAudio file (from the src/js folder) after this and all will function as usual.

Examples are in maxiLib/maximilian_examples_web.