Minimal example with fltk.
cargo run --release --package minimal-fltk
This example demonstrates the absolute minimum for creating an fltk window and pixel buffer. It animates a purple circle moving on a darker purple background, just for something interesting to display.