source/24-hud-revisited.md

This commit is contained in:
Huangshize
2018-06-23 19:26:27 +08:00
parent de8392585b
commit 5567cc3907
2 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
#HUD 重温(HUD 重温)- NanoVG
#HUD 重温 - NanoVG
在之前的章节中,解释了如何使用正交投影在场景的顶部渲染形状和纹理。 在本章中,我们将学习如何使用 [NanoVG](https://github.com/memononen/nanovg) 库来渲染反锯齿矢量图形以简单的方式构建更复杂的HUD。