5.5 KiB
5.5 KiB
Create a SVG Animation
- argument
cache: cache existing results (only works withdstspecified).
[% osr-ai model:"gpt-4o" cache:true gui:true logLevel:"warn" filters:"code,trim" dst:"${SRC_DIR}/${SRC_NAME}.svg" %]
Create a 4 balls, rotating around the outside of a cube, as SVG
- no comments
- scale it to 400x400px
- add another ball bouncing against the inside walls of the cube
[% osr-ai-end %]
Create an animated solar system
[% osr-ai model:"gpt-4o" cache:false gui:true logLevel:"warn" filters:"code,trim" dst:"${SRC_DIR}/${SRC_NAME}-solar.svg" %]
Simluate the solar system, as SVG
- Each planet should open the link to Wikipedia.
- all planets rotate around the sun (center), animated, slow, add a thin line for the orbit
- compact the code, no comments
- make it all fit to 600x600px
All as SVG, no comments
[% osr-ai-end %]