glium-sdl2 icon indicating copy to clipboard operation
glium-sdl2 copied to clipboard

An SDL2 backend for Glium

Results 7 glium-sdl2 issues
Sort by recently updated
recently updated
newest added

- Update glium to 0.29 - Replace `try!()` calls with the `?` keyword

Use recent versions for dependencies: glium 0.28 and sdl2 0.34 Replace deprecated Rust idioms (i.e. try! with ? and error handling)

Hello and thanks for writing the glium-sdl2. I tried to build it but I had an issue where the version bounds were too strict. I changed them to "_" and...

Hi, tomaka created an organization for glium here: https://github.com/glium/ What do you think of also moving glium-sdl2 over there?

As I understand it, OpenGL context losses aren't a real issue on the vast majority of platforms that SDL2 supports. However, the issue reportedly arises on Android and EGL if...

question