forge-mesh-loading - Load and Render 3D OBJ Models with SDL3 GPU
Load 3D models from OBJ files and render textured meshes with mipmaps and camera in SDL3 GPU
Tags
Updated: 2026-03-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- parse OBJ file
- upload vertices to GPU
- load texture surface
- convert surface format
- create GPU texture
- generate mipmaps
- create GPU sampler
- create graphics pipeline
- bind texture sampler
- draw primitives
Inputs
- OBJ file
- PNG texture
Outputs
- 3D mesh render
Requirements
- SDL3 GPU
