Skip to content
rymut edited this page Oct 29, 2024 · 4 revisions

Welcome to the imgui_impl_d2d wiki!

Changelog

  • 2024-10-30: Working font rendering

    • 🚧 rendering text using WriteFactory
    • 🐛 memory leak due to not releasing font objects

Text rendering with WriteFactory

  • 2024-01-11: Fixed gradients rendering

    • 🐛 wrong handling of fill anty-aliasing.
    • ♻️ rendering code cleanup

Fixed rendering of gradients

  • 2024-01-10: Simplification of polygon detection

    • ♻️ refactor code is more redable

Simplified polygon detection

  • 2023-11-29: Working triangle rendering

    • ♻️ so it begins
    • 💩 with poor code quality

Dear ImGui D2D Triangle Rendering

Bugs

  • wrong handling of fill anty-aliasing (bad render quality, worked before refactor on 2024-01-11)
Clone this wiki locally