Ivo Worms
Ivo Worms
Hey there, first of all thanks for providing the library :) Now, I'm currently using my own fork (not yet pushed to GH though) due to the needs to having...
Hey there, first of all thanks for all the hard work. As an GB homebrew developer accurate emulation lies very close to my heart :) Now since my evening was...
The Conrod TextBox Widget uses `WindowEvent::Char` for inputting characters and also depend on `Key::Back` being mapped to `CKey::Backspace`. These additions make the widget work when being used with Conrod UI...
There seems to be some kind of timing related issue that only manifests itself when building with `--release`. Once https://github.com/tomaka/rodio/blob/master/src/dynamic_mixer.rs#L112 evaluates to `true` and casues `next` to return `None` the...
Hey there, first of all thanks for all the effort spend on the library! I've been looking for something to replace the outdated kiss3d from time to time and I'm...
Adding a `graph.markDirty(start);` right infront of the `while` loop in the `search` function seems to fix this.
Potentially unsafe, but was an easy add and I know a lot of people who want this, not only does it make the code even smaller (20% in my non-trivial...