Christian Vallentin

Results 100 comments of Christian Vallentin

Technically, glText is built to support is GLSL 330 and forward. That being said, does things work properly, if you don't change the GLSL version? However, I'll happily try and...

Would definitely be a nice thing to have. Even my native language (and keyboard) has å and Å. However, the current implementation is using a `char*` and assumes it contains...

Currently you can change the text color with `gltColor`. If you change the color, then it is only applied to the fill of the text, however changing the transparency would...

@adudney any progress with the PR? Was about to post an issue, before I found this. I noticed something was off. Scaled it up and sampled a bit more "extremely"...

Testing, I'm getting the range [-0.5; 0.5]. I'd also like if this information was added to the documentation. Additionally, it would be great if there was a `Range` trait. That...

*Here's a suggestion.* Instead of all the `for child in children`, it might be beneficial to change `__init__` of `SpanToken` and `BlockToken`. To allow and instead pass all children via...

The same issue on the [amethyst issue tracker] mentions downgrading to Rust 1.47.0 as a possible workaround for now. [amethyst issue tracker]: https://github.com/amethyst/amethyst/issues/2524#issuecomment-731516791 ```sh rustup default 1.47.0 ```

Just encountered this issue as well. In a debug build all 233 `#[ctor]`s are executed, while in a release build only 60 are being executed. Updating to Rust 1.43.1, and...

I've personally since day one thought about and even worked a bit on, creating a site like docs.gl but for Vulkan. But I have my concerns, about the _point of...

That's actually a great idea @JesseTG, the only problem for me though, is that my webhost does not support/offer it, and I really want to keep all my hosting at...