@metamoar/moarp5
v0.0.100
Published
Mooooar p5.js helpers and utilities π
Downloads
54
Readme
moarP5
Mooooar p5.js helpers and utilities π
NPM:
# NPM
npm i @metamoar/moarp5
HTML:
<!-- Use specific version (RECOMMEND π) -->
<script src="https://unpkg.com/@metamoar/[email protected]/dist/moarp5.js"></script>
<!-- Or use the latest version (NOT RECOMMENDED π) -->
<script src="https://unpkg.com/@metamoar/moarp5"></script>
Local Development
- Install Node
- Install dependencies by running the following from the root
npm i
- The main sketch file is in
/public/sketch.js
- To run, open the browser directly to
/index.html
or start a local server in this projects root
Examples and screenshots
Acknowledgements
- "p5grid" by @aahdee: https://github.com/aahdee/p5grid/ (GNU Lesser General Public License v2.1). Modified to work within the
Moar.HexGrid
namespace - "tweakpane" by @cocopon: https://github.com/cocopon/tweakpane (MIT License)
- "CCapture.js" by @spite: https://github.com/spite/ccapture.js/ (MIT License)
- "Matter.js": https://github.com/liabru/matter-js (MIT license)
- "Lodash": https://github.com/lodash/lodash (MIT License)