alexandercampbell / simple

The simplest Rust graphics library, inspired by LOVE2D.
https://crates.io/crates/simple
29 stars 5 forks source link

Image support #4

Closed alexandercampbell closed 9 years ago

alexandercampbell commented 9 years ago

Implement basic image support with sdl2-image. Fix miscellaneous bugs along the way.

This code is going in dark because there are currently some ownership issues. Once those are resolved, the Image constructor will be made public.