MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
text_example Directory Reference

Files

 
main.cpp

Detailed Description

Text Example

This is the smallest text-only MXVK sample. It initializes a font and draws a single line of text each frame.

Controls

  • Escape - quit

How It Works

The example loads font.ttf, then uses the engine's text rendering path to draw Hello World at a fixed position. It is the simplest reference for verifying that font loading and text blitting are working.