Skip to content

plotters-rs/plotters-minifb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plotters Frame Buffer Example

This is a simple example project demonstrate how Plotters works with frame buffer devices. In our example, we use the minifb 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 showing Lissajous curve.

For more details about plotters, check the main repository

animation

To build and run the project:

cargo run

About

Example for realtime plotting with Plotters + MiniFB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages