Johann Woelper

Results 47 issues of Johann Woelper

currently, extensions are handled like this: ```rust path.as_ref() .extension() .unwrap() .to_string_lossy() .to_string() .to_lowercase() .as_str(), ``` Which could panic due to the `unwrap()`. as `try_from_ext` already handles extensions, maybe we could...

Hi, and thanks for this great library! I am experimenting with Kira and bevy, as well as building a super simple [audio player](https://github.com/woelper/lynx) for fun. I think it would be...

Hi! I am trying to deserialise xml from [Texturepacker](https://www.codeandweb.com/texturepacker) - It's in rather unusual format that uses some markup like this: ```XML name value name2 value2 ``` I read the...

Sorry for this potentially stupid issue but I have a very obscure use case where I trigger this very nice library from an electron app that communicates with a rust...

I noticed that scaling the window causes its contents to be scaled incorrectly on Mac Os X (Catalina/10.15.3). The screenshot is from `imgui-gfx-examples/examples/hello_world.rs`. The window has been resized horizontally.

There should be a keyboard shortcut (Tab?) with command line flag to hide all UI.

For displaying reference images, it could be useful to make the window stay in foreground.

enhancement

When available, egui should default to light or dark mode

When oculante is already launched, double clicking (open with...) an image in finder does not load it in oculante. This is probably related to something in plist permissions or some...

bug
platform support