3d-chladni-render
Installation
SKILL.md
3D Chladni Render
Workflow
- Resolve the requested workspace, output path, duration, dimensions, and visual mode.
- Use
cosmicwhen the user does not choose a mode. - Pass an audio file with
--audiowhen the user wants sound-reactive motion. Prefersandordcosmicfor audio-driven output. - Resolve the installed skill directory and run
scripts/render_3d_chladni.py. - Wait for the script to print
VALIDATION=PASSandOUTPUT_VIDEO=<absolute path>. - Return the absolute output path and the render settings.
Quick Start
python3 scripts/render_3d_chladni.py \
--workspace "$(pwd)" \
--output "$(pwd)/out/3d-chladni-cosmic.mp4"