dexterior-visuals 0.1.0

Real-time visuals for dexterior, a Discrete Exterior Calculus toolkit
Documentation

Real-time visualization for simulations implemented with dexterior.

This crate is in an early state of development, currently only supporting a handful of 2D use cases. More features and an extension to 3D are planned in the future, and major API changes are likely to occur as a result.

To visualize a simulation, first create a [RenderWindow], then call [run_animation][RenderWindow::run_animation] on it. See the examples in the dexterior repo for concrete usage.