simvx.core.graphics

Graphics: pure data structures (no GPU code).

Mesh, Material, Shader, Texture are backend-agnostic. Backends (SDL3, Vulkan) provide rendering implementations.

Submodules

Package Contents

Data

API

simvx.core.graphics.__all__

[‘Mesh’, ‘Material’, ‘Shader’, ‘Texture’, ‘TextureSlot’]