Johannes Vollmer

Results 66 issues of Johannes Vollmer

Use the bindings to the official open exr library to check whether encoding and decoding works as expected

Hi! As assumed in line 655, https://github.com/Twinklebear/tobj/blob/023076f013036fda28a3399b2fdd0a86be4a3030/src/lib.rs#L655 Objects and groups are not the same and should, in theory, be handled differently. Probably, only few people will need it. Nevertheless, I'll...

Hi! This project sounds awesome. I just discovered it and wanted to talk about XR support. One could assume that this could be implemented as an external module. However, the...

C-Enhancement
A-Rendering
O-XR

- impl encoder for hdr where rgba32f for now - add new output format this unlocks: - ImageBuffer.write_with_encoder, which unlocks DynamicImage.write_with_encoder - free_functions::write_buffer_impl, which unlocks all the sweet stuff (DynamicImage.write_to,...

The error message uses a variable name inside of a string, instead of the actual value in the variable. Should be [`new InvalidOperationException(Strings_Linq.NO_ELEMENTS)`](https://github.com/dotnet/reactive/blob/85f1eb7c53e27cccdbeee3e0b044916168843fcc/Rx.NET/Source/src/System.Reactive/Linq/Observable/FirstAsync.cs#L44) where [`NO_ELEMENTS = "Source sequence doesn't contain...

There is an example that shows how to render to a high-res texture and display a downscaled version. It would be nice to have this as core functionality, so the...

Hi! For 2d images on websites, it is well known that so called progressive jpegs provide the best possible user experience. What are these? They allow the browser to display...

Hi! I'm using GitHub Workflows to check PRs. I also added a check ensuring that all PRs conform to the `rust-version` defined in the projects `Cargo.toml`. However, it seems I...

C-question
A-tooling

## What can be improved or is missing? Use AFL for additional fuzzing. ## Implementation Approach Run inside docker, because Windows is not supported. Maybe there is even some tool...

enhancement