/chaos-equations-js

Visualizing Chaos

Primary LanguageJavaScriptOtherNOASSERTION

Chaos Equations

https://acarl005.github.io/chaos-equations-js

Animations of 2-D parametric equations that move points recursively.

chaos equation

Built with React and WebGL. This is based on the equations discovered by HackerPoet, and forked from an implementation by Jered Danielson.

Run the Code Locally

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