Minimal example with SDL2 using beryllium
.
cargo run --release --package minimal-sdl2
This example demonstrates the absolute minimum for creating an SDL2 window and pixel buffer. It animates a purple box moving on a blue background, just for something interesting to display.