pixels/examples/minimal-sdl2
2020-07-19 04:38:17 -07:00
..
src Fix surface texture size in some of the examples (#102) 2020-07-19 04:38:17 -07:00
Cargo.toml Fix surface texture size in some of the examples (#102) 2020-07-19 04:38:17 -07:00
README.md Fix dependency bloat (#67) 2020-04-13 10:12:18 -07:00

Hello Pixels

Hello Pixels

Minimal example with SDL2 using beryllium.

Running

cargo run --release --package minimal-sdl2

About

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.