Thomas Müller

Results 8 issues of Thomas Müller

Hi Wenzel, I've started experiencing sporadic flickering when using the metal backend on my new M1 Max macbook; see the following video. I've made the following observations: - the behavior...

I noticed that on the latest version of nanogui, the `Screen` object (and its inheriting example applications) are never destructed. Is this intentional? Destroying an application manually leads to a...

Linux binaries would be good to have, especially now that __tev__ requires a C++20-capable compiler, which many people do not have access to in their work environments. (see also https://github.com/Tom94/tev/pull/134)...

Currently, when saving a file on Windows, the selected extension does nothing while the extension in the chosen filename is all that matters. The behavior should be, that the selected...

enhancement

- Incoherent version of the prime hash (first prime isn't 1) - Reversed prime hash (can act as a hash with "different seed" for low dimensions) - Slow PCG32-based hash...

Copy & pasting image content from and to **tev** currently does not work on Wayland. **tev** uses the `clip` clipboard library under the hood, which does not yet support Wayland....

This PR will likely fail to build on macOS due to Apple Clang not yet supporting `std::format`. It will get merged once all major compilers do have support.

Moves the distinction between "Additive" and "Mixture" blend modes into the shader. This is controlled by the sign bit of each vertex's alpha channel, which feels slightly hacky, but is...

type:performance
area:graphics
size/L