An open API service indexing awesome lists of open source software.

https://github.com/wenta/prime-spirals-3d


https://github.com/wenta/prime-spirals-3d

Last synced: 25 days ago
JSON representation

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
```