https://acarl005.github.io/chaos-equations-js
Animations of 2-D parametric equations that move points recursively.
Built with React and WebGL. This is based on the equations discovered by HackerPoet, and forked from an implementation by Jered Danielson.
To run the development build that watches for changes:
git clone https://github.com/acarl005/chaos-equations-js
cd chaos-equations-js
npm install
npm run dev
To run the production build and then serve the static assets:
npm run build
npm start