SDL3 minimal examples and toy projects.
- Template: Boilerplate SDL3 project built with CMake.
- Paint splatters: Simulating paint splatters (inspired by Nature of Code).
- Perlin walker: Perlin noise random walker (inspired by Nature of Code).
- Streaming texture: Streaming a texture from a pixel array.
- Rotational symmetry: Applying rotational symmetry to a point on the screen.