asiangoldfish / PlatformerGame

MIT License
0 stars 0 forks source link

Add ImGui viewports and docking #3

Open asiangoldfish opened 2 weeks ago

asiangoldfish commented 2 weeks ago

ImGui fonts does not dynamically scale with resolution. Example: fonts look fine on 1080p monitors, but they look tiny on 4k.

asiangoldfish commented 2 weeks ago

The framebuffer's size does not scale with the docked window's size. An event on scaling the buffer size must be implemented.

asiangoldfish commented 2 weeks ago

Texture has low resolution when the imgui window is scaled up.