I'm going through the Lazy Foo' SDL tutorial, but attempting to use rust (and rust's sdl2 wrapper libraries).

- http://lazyfoo.net/tutorials/SDL/
- https://crates.io/crates/sdl2

jmelesky 64c5d62681 lesson 4, now with lifetimes, hashmaps, etc il y a 7 ans
assets 64c5d62681 lesson 4, now with lifetimes, hashmaps, etc il y a 7 ans
lesson01 8bdd2d005e lesson 1, working with sdl2 0.30 il y a 7 ans
lesson02 e05ca8941c a terrible typo! il y a 7 ans
lesson03 1592b4bade lesson 3 -- closing when the window closes, rather than sleeping 2sec il y a 7 ans
lesson04 64c5d62681 lesson 4, now with lifetimes, hashmaps, etc il y a 7 ans
.gitignore b5e8a131ff add Cargo bits il y a 7 ans
README.md a87e548bb5 initial commit il y a 7 ans

README.md

lazyfoo-sdl-rust

I'm going through the Lazy Foo' SDL tutorial, but attempting to use rust (and rust's sdl2 wrapper libraries).