https://github.com/wenta/prime-spirals-3d
https://github.com/wenta/prime-spirals-3d
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wenta/prime-spirals-3d
- Owner: wenta
- Created: 2025-09-01T05:13:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T06:56:48.000Z (11 months ago)
- Last Synced: 2025-09-19T18:49:26.555Z (10 months ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Prime Spirals Visualizer
Interactive visualization of prime numbers arranged along different 3D spiral geometries (Helix, Spherical Spiral, Conical Archimedean, Layered). Built with React + TypeScript + Vite + Tailwind CSS.
## Quick start
> Requires Node.js **18+** (Vite 5). Check with `node -v`.
```bash
npm install
npm run dev
```
Then open http://localhost:5173/ (Vite will print the exact URL).
## Build
```bash
npm run build
npm run preview
```