Results 7 comments of Nikita Belyakov

Hmm, perhaps its broken only for me.

@bvssvni I'm on Linux with OpenGL 2.1(of course I always change OpenGL over to 2.1).

`opengl_graphics` and `glium_graphics` doesn't have this problem.

And this example works too fine: ``` rust extern crate piston; extern crate graphics; extern crate piston_window; extern crate sdl2_window; extern crate gfx_device_gl; extern crate gfx_graphics; use std::cell::RefCell; use std::rc::Rc;...

@bvssvni I'm not sure. This bug I got before you moved shaders and now nothing has changed. I talks with @kvark and we found that second texture overlaid on first(in...

What about sound effects? It is also interesting add to tutorial.