jdeboi / p5.mapper

library for projection mapping with p5.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5.mapper

p5.mapper is a projection mapping library for p5.js. This library makes it easy to code and keystone interactive, algorithmic sketches. Created by Jenna deBoisblanc.

projection mapped example shapes example

Examples

Library

You'll find the library, p5.mapper.min.js, in the dist folder of this repo. Include the library in your index.html (after loading p5.js).

<script type="text/javascript" src="p5.mapper.min.js"></script>

Alternatively, you can get the library through cdn:

<script src="https://cdn.statically.io/gh/jdeboi/p5.mapper/main/dist/p5.mapper.min.js"></script>

Acknowledgements

The logic of this library builds upon and/or adapts:

About

library for projection mapping with p5.js

License:MIT License


Languages

Language:JavaScript 98.6%Language:GLSL 1.4%