An open API service indexing awesome lists of open source software.

https://github.com/diversen/butterfly-curve-js

Simple JS object for generating butterfly curves
https://github.com/diversen/butterfly-curve-js

butterfly curve

Last synced: over 1 year ago
JSON representation

Simple JS object for generating butterfly curves

Awesome Lists containing this project

README

          

# butterfly-curve

Simple object for generating butterfly curves

See: https://en.wikipedia.org/wiki/Butterfly_curve_(transcendental)

Option for changing the constants of the original formula.

## Install:

npm install --save butterfly-curve

## Code

See [index.js](index.js)

## Usage

See [test.js](test.js)

Or:

https://codepen.io/diversen/pen/YQoZgR

## License

MIT © [Dennis Iversen](https://github.com/diversen)