# Chalkboard examples
Ten example programs that show off a few features of Chalkboard are located in this directory.

They can be found here:
- [fluid.js](https://zushah.github.io/Chalkboard/examples/fluid.html) - Fluid flow
- [hyperbolics.js](https://zushah.github.io/Chalkboard/examples/hyperbolics.html) - Hyperbolic functions
- [isomorphism.js](https://zushah.github.io/Chalkboard/examples/isomorphism.html) - Isomorphism visualization
- [mandala.js](https://zushah.github.io/Chalkboard/examples/mandala.html) - Modular multiplication mandala
- [mandelbrot.js](https://zushah.github.io/Chalkboard/examples/mandelbrot.html) - Mandelbrot set
- [matr-donut.js](https://zushah.github.io/Chalkboard/examples/matr-donut.html) - Matrix donut
- [newton.js](https://zushah.github.io/Chalkboard/examples/newton.html) - Newton's method
- [quat-donut.js](https://zushah.github.io/Chalkboard/examples/quat-donut.html) - Quaternion donut
- [telemetry.js](https://zushah.github.io/Chalkboard/examples/telemetry.html) - Telemetry dashboard
- [threebody.js](https://zushah.github.io/Chalkboard/examples/threebody.html) - Three-body problem

There is also an example that is more in-depth, [ode-study.js](https://zushah.github.io/Chalkboard/examples/ode-study.html), which performs a benchmarking study of the error vs. step size of various fixed-step methods for solving ordinary differential equations, so it shows Chalkboard's support for not only cool visualizations but also computational demos in numerical analysis.

The webpage for all of the examples can be found [here](https://zushah.github.io/Chalkboard/examples/).
