You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a basic attempt to develop a SDF generator for Dear ImGui.
Despite the horrible quality of the fonts I was able to generate, I've discovered that it can be done without any changes to the internal code (and minimal changes to the binding file, e.g. imgui_impl_glfw.cpp)!
If somebody's interested, here is a gist I've made.
I still have to understand if signed distance fonts for ImGui are a good thing or not... 🤕
The text was updated successfully, but these errors were encountered:
I've made a basic attempt to develop a SDF generator for Dear ImGui.
Despite the horrible quality of the fonts I was able to generate, I've discovered that it can be done without any changes to the internal code (and minimal changes to the binding file, e.g. imgui_impl_glfw.cpp)!
If somebody's interested, here is a gist I've made.
I still have to understand if signed distance fonts for ImGui are a good thing or not... 🤕
The text was updated successfully, but these errors were encountered: