observant

Results 14 issues of observant

Hi! Thank you for this library! I'm porting code from another language that had a fluent API for matrix operations and I think it would be a nice addition for...

I don't see any explantion in this repo, why every function first takes the height/y and then takes the width/x? In every other library/framework in gamedev/cg it is the other...

In the tutorial it says to import `opengl_graphics::glyph_cache::GlyphCache`. This doesn't seem to exist anymore. What exists instead is `opengl_graphics::GlyphCache`. Also the constructor of GlyphCache takes three arguments instead of two....

How to reproduce: 1. Do chapter 1-2.5. 1. At the section where you should run `cargo add pistoncore-glutin_window`, do it. 1. Run `cargo run` to download the new dependencies and...