ImGui
ImGui copied to clipboard
Improve text rendering performance: per-character text-mesh cache
this blocks #63 Current implementation caches TextMesh for string. If the text changes frequently, the CPU time comsumed and memory impact is relatively high until all possible text mesh has been created and stored in TextMesh cache.