Updating ImGui After 2.5 Years! Driver Crashes + More // Hazel Engine Stream (03.06.2025)

Updating ImGui After 2.5 Years! Driver Crashes + More // Hazel Engine Stream (03.06.2025)

Cherno Unplugged

7 дней назад

3,734 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Sebanisu
@Sebanisu - 16.06.2025 15:42

c++20 might cause some issues because of the breaking change for utf8 strings. Imgui only uses const char* for utf8 strings in c++17. c++20 changes utf8 strings to const char8_t*. I guess there are workarounds. There is a closed issue on github about it. They also added font rendering debug tools in the test window.

Ответить
@severgun
@severgun - 16.06.2025 21:11

why ppl does not commit fixes back to open source community and wait for 5 years?

Ответить
@MirralisDias
@MirralisDias - 17.06.2025 00:18

If you waited a little bit longer to update, you'd get dynamic fonts, which we're recently merged into docking 😅

Ответить
@anthonysteinerv
@anthonysteinerv - 17.06.2025 01:30

sometimes I hate Dear Imgui with passion, but then when it finally does what it's supposed to do, I love it. Can't believe they haven't merged viewports and docking to master lol.

Ответить
@IOleg-u5m
@IOleg-u5m - 17.06.2025 13:41

What theme is The Cherno using in VS2022? God, it's perfect. People on Reddit told me it's a Gruvbox theme with customized colors.

Ответить