pixels/examples/minimal-fltk
Jay Oster 210b373882
Add resolver = "2" to all examples (#192)
- These are ignored, but it should prevent copy-pasta errors from users
2021-09-01 21:48:51 -07:00
..
src Update to wgpu 0.10 (#187) 2021-09-01 14:50:43 -07:00
Cargo.toml Add resolver = "2" to all examples (#192) 2021-09-01 21:48:51 -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.