Dmitry Stepanov

Results 137 comments of Dmitry Stepanov

It is in `HighDynamicRangeRenderer::calculate_avg_frame_luminance` and I already did some basic version of histogram-based luminance calculation, but it requires tweaking and probably contains bugs in its implementation.

Hi, this is because Fyrox uses bitmap fonts and bakes font atlas in 1:1 ratio.

Hard to tell, the problem is quite complex. At first, when display scaling is applied to the UI, it just scales the geometry of the text (each quad per glyph)....

This issue should be partially fixed by layout rounding feature, that was added recently.

You absolutely right. I though about this many times, but postponed it since I was quite busy in real life and had forces only to implement engine's must-have functionality. I...

So, I created a separate repo for the demo projects - https://github.com/FyroxEngine/Fyrox-demo-projects. Now I'll gradually add more and more projects to it and when there will be at least few...

Yeah, I'm currently transferring some of them. However, some of them are kinda useless now, because they were made when there was no editor and the stuff the code does...

Also, I'll try to add web versions of examples (WASM-based) to the website, because right now the examples there are... not good to say the least. This will take some...

I made a quick fix (?), could you please check again on latest? (Use [this guide](https://fyrox-book.github.io/fyrox/beginning/scripting.html#using-the-latest-engine-version) to update the engine).

What will happen if you try to resize the window manually, will this fix the bug?