| Crates.io | bevy_plot |
| lib.rs | bevy_plot |
| version | 0.1.5 |
| created_at | 2022-02-13 03:43:23.143612+00 |
| updated_at | 2022-02-19 01:46:55.057504+00 |
| description | A Bevy plugin for plotting data and explicit functions. |
| homepage | |
| repository | https://github.com/eliotbo/bevy_plot |
| max_upload_size | |
| id | 531631 |
| size | 5,982,988 |

Plotting library for the Bevy game engine with a focus on esthetics and interactivity. It can handle both data points (see the "minimal", "markers", and "bevy" examples) and explicit functions (see the "func", "animate" and "runtime_setter" examples). Explicit functions are rendered using quadratic Bezier interpolation, thus smoothing out the curves.
Here is a link to the docs.

Add "bevy_plot" to the dependencies list in the Cargo.toml file of your project, and have a look at the examples to see how to add the PlotPlugin, import and use the Plot asset.