Modding:Rendering API
From Vintage Story Wiki
This page was last verified for Vintage Story version 1.19.8.
The render stages explain how the rendering is divided at a high level.
The matrix operations page explains the matrix operations used by ChestLabelRenderer.
A thorough tutorial is still missing, but until then you can look at the sample code on GitHub!
- Setting up a custom Shader: https://github.com/anegostudios/vsmodexamples/tree/master/code_mods/ScreenOverlayShaderExample
- Rendering a HUD Element: https://github.com/anegostudios/vsmodexamples/tree/master/code_mods/HudOverlaySample