threejs-earth-render
Installation
SKILL.md
Three.js Earth Render
Workflow
- Use
scripts/render_threejs_earth.pyfrom this skill. - Pass
--workspacewhen the user specifies where the source checkout should live; otherwise use the current directory. - Pass
--outputwhen the user specifies a GIF/MP4 path; otherwise useout/threejs-earth.gif. - For customized routes, edit
threejs-earth/src/routeConfig.jsfirst and render with--skip-updateso local edits are preserved. - Run the script and wait for completion.
- Return the final absolute output path printed by the script.
Command
/usr/local/bin/python3 scripts/render_threejs_earth.py \
--workspace "$(pwd)" \
--output "$(pwd)/out/threejs-earth.gif"