Don Williamson
Don Williamson
So what I'm saying is that to be sure, a breakpoint here would show stuff being discarded https://github.com/Celtoys/Remotery/blob/master/lib/Remotery.c#L4039
I think I might add a global Error Object that increments atomics based on how many times an error occurred. Using an error queue to report errors in an error...
Thinking about it more, this is a real problem for reporting events at a frequency greater than the server code is capable of sending them over the network. It doesn't...
The viewer definitely needs a visualisation that tells you when data has been dropped but I'm not happy with dropping entire frames because of what in most cases is an...
PRs welcome! :)
There are two platforms (D3D11 and OpenGL) that implement the functions necessary that any Vulkan port would need to match. The CUDA platform uses an older pattern which I'd like...
Yes, there's not much I can do about this at the moment beyond making the font and spacing bigger, consuming more space in the UI. The font renderer needs to...
The header is rendered by the DOM, not Remotery's shaders.
I think an immediate improvement could be had with a pre-generated font atlas. Can you run this for me: https://lucide.github.io/Font-Atlas-Generator/ Use these properties: * Font: Fira Code * Font Size:...
In fact, it appears they have the same problem in that generator: you can't reliably generate letters as the amount of anti-aliasing varies depending on where the letter is rendered...