wolfiestyle

Results 13 issues of wolfiestyle

- Can't easily make it return more than one vertex per glyph. It could be done by using an `emit_vertex` FnMut closure argument instead of returning it via `BrushAction`. -...

The latest version on crates.io atm is 1.0.1, and current release is 1.2

B - missing feature
C - waiting on upstream

Tried to implement something that accumulates all the stream values into a `Vec` using `Stream::fold`, but found that it clones the accumulator values multiple times during it's operation. Example code:...

I'm trying to generate documentation for [this](https://github.com/darkstalker/LuaTwit/blob/master/src/luatwit/resources.lua), it's a long table declared in a module. I want to get a listing of all the module fields (table contents don't matter)....

In Rust 1.45, the `as` operator was changed to be a saturating cast for numeric types, but the num_traits library currently only seems to support checked casts (returning `Option`). Maybe...

I tried running the blocking api example [1] in a test project and it crashed. It crashes inside an alsa lib function after calling `stream.get_stream_write_available` in the example code. This...

Haven't found so far any glium way of setting the texture paramers like you would do with `glTexParameteri`. This isn't about sampler objects, it's the actual texture object properties. You...

Seems that the only method to read from a `Texture2d` is `fn read(&self) -> T where T: Texture2dDataSink` [1] , and that's hardcoded to u8, so I can't read a...

Is this supported? It seems that you can't currently use a single IndexBuffer for multiple primitive types (chosen at the draw command call), it's set on creation time and can't...

The wireframe projector prefab has all of it's scripts missing