Skip to main content
GameDev.net gamedev.net
🔒 Locked

Easy way to draw/render text in DirectX12

Started by alexovsky Oct 18, 2023 at 10:18 PM 0 replies 4.1k views
Original Post
alexovsky
alexovsky

RE: The best way to render text in D3D12 of https://www.gamedev.net/forums/forum/5-graphics-and-gpu-programming/

Now you can display plain text by calling two C++ functions.

Refactored text rendering code from DirectXTK12. Everything unnecessary has been removed, only for Windows, headers only. The depth of the call stack is no more than two, so as not to get lost. For educational purposes.

Example usage provided in usage.cpp inside minimum possible set of calls to launch shaders from PrzemyslawZaworski​.​

Here is my repo https://github.com/Alex0vSky/MinimalDx12DrawText​​​​​ Could this be useful?

I wonder how complex DirectX 13 will become...

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.