miya
Modification of README.md
d9ee35a
metadata
title: Archimedean Spiral 3d
emoji: 🦀
colorFrom: green
colorTo: gray
sdk: static
pinned: false
license: mit

Overview

This program draws a colorful Archimedean spiral (r = a * θ) in 3D. The value of the z-axis of the spiral is calculated by the formula z = b * θ, where b is a parameter that can be adjusted from the UI. Various parameters related to the shape and drawing of the spiral can be adjusted from the control panel on the left.

Operation

  • Mouse drag to change the viewpoint in the 3D space.
  • Zoom in and out with the mouse wheel.

LLM used

gemini-2.5-pro-preview-03-25 was used to generate this script.

Related URL