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

Files

 
main.cpp

Detailed Description

Tux Example

image

Tux Example loads a textured Tux model and draws it over a moving background sprite. It is a small showcase for combining a model, a full-screen sprite effect, and text overlays in one scene.

Controls

  • Escape - quit

How It Works

The background is rendered from a custom animated sprite shader, then the Tux model is drawn on top with the standard model pipeline. The sample keeps the scene simple on purpose so the focus stays on model loading and layered rendering.