singhbhaskar / p5.js-math-library

This library to create a library for math operations.
MIT License
7 stars 2 forks source link

p5.math

p5.math

A p5.js library for teaching, learning, and exploring mathematics.

This project aims to simplify the introduction of computational thinking in the math classroom and supercharge the math toolkit available to creative coders. Initial development is focused on foundational subjects including:

Usage

You can download the minified library and include the file along with p5.js:

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.js"></script>
<script src="https://github.com/singhbhaskar/p5.js-math-library/raw/master/p5.math.min.js"></script>

Contributing

See CONTRIBUTING