midifungi
v0.0.34
Published
A layer-based p5.js framework with live editing and MIDI support
Readme
Midifungi 🎛️🎹 - A layer-based p5.js framework with live editing and MIDI support
More details will be available soon! For now, check out https://midifungi.com/midifungi.js
Local Development
- Install dependencies with
yarn- Important: use
yarnand notnpm idue to this bug
- Important: use
- Boot things up with:
npm start
Overview
- The
midifungip5.js framework starts in/src/midifungi.js- This file gets built into
/dist/midifungi.js
- This file gets built into
- The documentation, gallery, and current collab project is built with Vuepress 2. They are served from
/docs/, withREADME.mdfiles representing that directory's index.html build-tester.htmlis there to quickly test that the library build is working before publishing to NPM and for quick experimentation. Run a local server to view it withnpx http-server
Readme todo
[ ] How to add new sketches
