online
$
cat
README.md
A rendering platform for everyone
Glint3D is a modern rendering platform built to support artists, developers, and AI agents. Create visually, automate with code, and build your own intelligent rendering workflows — all in one environment. Use it like a creative tool, drive it like a development platform, and extend it as your needs grow.
$
glint
--features
- Programmable Core — Script cameras, lights, materials, and passes
- Automation Ready — Headless mode, task graphs, and deterministic outputs
- AI-Controllable — Stable command interface for agents and tools
- Modern Engine — GPU accelerated with modular RHI and splat workflows
$
glint
render
scene.glb
--profile
cinematic
output: ./renders/frame_001.png
$
glint
ops
apply
lighting/moody.ops
scene updated
$
glint
run
batch.ops
completed | outputs in ./renders/
$
_