Crate sb_rust_library

Source
Expand description

Basic library providing common functionality I reuse in many of my projects.

I plan on adding a lot more things as I go, but for now, the only thing really worth mentioning is the mini plotting library plotter which can be used to quickly plot primitives (lines and circles) on a canvas.

Modules§

bar
Wrapper around indicatif’s ProgressBar with my preferred style.
math
Library that performs very common linear algebra calculations.
plotter
Tiny library used to plot data through graphical primitives.
update_buffer
Update buffer struct that allows you to update data while preserving old values.