Bartłomiej Maryńczak
Bartłomiej Maryńczak
> ah. my bad. my use case of glow is to just have a clean wrapper instead of raw gl bindings with raw pointers and casts flying around everywhere. i...
Any documentation we would write would be outdated in a day or two, so yeah it's just to early for that. It's not usable and the codebases of both Anodium...
WGSL does not have a preprocessor, so I guess you are using something custom, would you mind sharing the preprocessor that you are using? So I can maybe hack in...
It looks like https://marketplace.visualstudio.com/items?itemName=wgsl-analyzer.wgsl-analyzer does support this (look at the `Custom imports` section), if it ends up working better for you than my project feel free to close this issue....
Just cargo uninstall name-of-crate
It is not implemented at the moment, we only support midi-out as of now. There is some work on midi-in / play-along, but nothing usable as of now.
Hi! Perhaps your preferred image format (Bgra8) differs from what Neothesia assumes Could you try changing https://github.com/PolyMeilex/Neothesia/blob/c93e8660be603ab02937cd286ef2d586a74a365f/src/bin/neothesia-cli.rs#L159 to `encode_bgra` and see if that helps
yep, it's probably because of this https://github.com/gfx-rs/naga/issues/1490
You could try an older version of Neothesia, when naga was not used.
Any help is appreciated, in upcoming days I will have access to my midi keyboard again (coming home for Christmas :D ), so hopefully I will find some time to...