SharpDX/D3D: How to implement and draw fonts/text
- by Dmitrij A
I am playing with SharpDX (Direct3D for .NET) without using "Toolkit", already finished with basic rendering 3D models.
But now i am wondering how to program/create fonts for game (2D), or how to simple draw variable text to output with Direct3D? (it is not as SharpDX question as common Direct3D question, how to start with game GUIs?
And what should i do to program simple GUI's like menu for a game (generally i understand that it's shaders).