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.