Update example run command in readme

This commit is contained in:
Matthew Gordon 2024-02-13 13:21:22 -04:00
parent 1f2924939f
commit c1a79e7893
1 changed files with 5 additions and 3 deletions

View File

@ -15,9 +15,11 @@ This crate is structured as a library; main.rs is just a glorified test harness
shows an example of using the library to render a scene. It uses SDL2 to display the shows an example of using the library to render a scene. It uses SDL2 to display the
rendered image. rendered image.
On Ubuntu 19.04, if you have the libsdl2-dev package installed you should be able to On Ubuntu 19.04, if you have the libsdl2-dev package installed you
run "cargo run" and see a window with a test scene rendered into it. In theory it should should be able to run `cargo run --release -- --size 800 600` and see
work on any platform with SDL2 installed but I've only tested it on Ubuntu Linux. a window with a test scene rendered into it. In theory it should work
on any platform with SDL2 installed but I've only tested it on Ubuntu
Linux.
![](.github/output3.png?raw=true "Test Image 3") ![](.github/output3.png?raw=true "Test Image 3")
![](.github/output.png?raw=true "Test Image 1") ![](.github/output.png?raw=true "Test Image 1")