-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rymut edited this page Oct 29, 2024
·
4 revisions
Welcome to the imgui_impl_d2d wiki!
-
2024-10-30: Working font rendering
- 🚧 rendering text using WriteFactory
- 🐛 memory leak due to not releasing font objects
-
2024-01-11: Fixed gradients rendering
- 🐛 wrong handling of fill anty-aliasing.
- ♻️ rendering code cleanup
-
2024-01-10: Simplification of polygon detection
- ♻️ refactor code is more redable
-
2023-11-29: Working triangle rendering
- ♻️ so it begins
- 💩 with poor code quality
- wrong handling of fill anty-aliasing (bad render quality, worked before refactor on 2024-01-11)