jingwood/d2dlib

Text Performance

Open

#36 创建于 2020年10月23日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)C# (48 fork)github user discovery
enhancementhelp wantedtodo

仓库指标

Star
 (260 star)
PR 合并指标
 (PR 指标待抓取)

描述

Hello, i noticed that Text rendering is fairly slow. I found a work-around by creating bitmap and rendering the text on it once and then rendering the bitmap. This is working but maybe there is another way to have better text rendering performance ? To be more clear, i'm creating a Node-Based graph and so each nodes may need to have 1 or more text, and this clearly degrade performance when more and more nodes are added.

贡献者指南