- Notifications
You must be signed in to change notification settings - Fork0
plotters-rs/plotters-minifb-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple example project demonstrate how Plotters works with frame buffer devices.In our example, we use theminifb crates as the frame buffer implementation.You can also use any frame buffer devices, such as/dev/fb0
etc.
This example also demonstrate how to use Plotters for realtime plot rendering.
This project is a simple simulation of an oscilloscope showingLissajous curve.
For more details about plotters, check themain repository
To build and run the project:
cargo run
About
Example for realtime plotting with Plotters + MiniFB
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.