انضم إلى نوستر
2026-06-06 10:57:44 UTC
in reply to

Doug Binks on Nostr: nprofile1q…nh0jy nprofile1q…wwxct I've been considering a revised version of ...

I've been considering a revised version of imgui_markdown which can use external parsers such as md4c

https://github.com/enkisoftware/imgui_markdown/pull/41#issuecomment-3724232729

There have been a number of PRs (some not merged) which extend it's functionality: https://github.com/enkisoftware/imgui_markdown/pulls

The base imgui_markdown does no allocations except those in ImGui itself, but a more complex parser would parse into an array of tokens then be able to render that - I presume that's what TracyMarkdown.cpp does?