pixels/examples/minimal-fltk
2021-10-21 16:15:47 -07:00
..
src Fix minimal-fltk example release builds with Rust 1.56.0 (#216) 2021-10-21 16:15:47 -07:00
Cargo.toml Remove patch number from dependency versions (#214) 2021-10-17 14:26:56 -07:00
README.md add fltk example (#137) 2021-02-07 10:36:21 -08:00

Hello Pixels

Hello Pixels

Minimal example with fltk.

Running

cargo run --release --package minimal-fltk

About

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.