Rust-SDL2 / rust-sdl2

SDL2 bindings for Rust
MIT License
2.75k stars 470 forks source link

Reorder install options in readme? #1066

Closed halvnykterist closed 3 years ago

halvnykterist commented 3 years ago

The readme lists a lot of ways to set up the library:

For windows users (which I would almost guess to be the majority of the users of this library), these are listed in order of decreasing complexity. Anecdotally I have seen many users complain that SDL2 is difficult to set up and involves build script things when they just haven't scrolled down far enough to see that you only need to copy two files into the project directory. I believe it would help a lot if the window options were reordered so that the simplest option is first:

halvnykterist commented 3 years ago

Made a PR for this: https://github.com/Rust-SDL2/rust-sdl2/pull/1067

Cobrand commented 3 years ago

Closed by #1067