Monorepo for all the official metaballs-js
libraries.
See the individual packages' READMEs for more information:
- metaballs-js: The core WebGL & vanilla JavaScript metaballs package
- react-metaballs-js: The official react-wrapper for metaballs-js
yarn # or npm i
lerna start # starts the example app in packages/example
# make changes to packages
npm run compile # propagates changes and hot-reloads example app