pixels/examples/minimal-fltk
Jay Oster 051a523ee6
Update wgpu to 0.13 (#300)
* Intial work towards wgpu 0.13

* Increase MSRV for egui

* Add missing texture formats

* Update fermium

- Replaces beryllium with our own hand-rolled high-level abstraction
  layer for SDL2.

* Update dependencies

Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
2022-08-17 17:30:04 -07:00
..
src Allow accessing frame on immutable buffer (#288) 2022-08-14 15:44:23 -07:00
Cargo.toml Update wgpu to 0.13 (#300) 2022-08-17 17:30:04 -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.