A 3D mesh spiral generator with interactive controls and export capabilities.
🌐 Live Demo: https://philosophercode.github.io/3d_mesh_spirals/
This project is set up to deploy to GitHub Pages automatically via GitHub Actions.
-
Enable GitHub Pages in your repository:
- Go to your repository on GitHub
- Navigate to Settings → Pages
- Under Source, select GitHub Actions
- Save the settings
-
Push to trigger deployment:
- The workflow will automatically run when you push to the
mainbranch - You can also manually trigger it from the Actions tab → Deploy to GitHub Pages → Run workflow
- The workflow will automatically run when you push to the
-
Access your site:
- After deployment completes, your site will be available at: https://philosophercode.github.io/3d_mesh_spirals/
- The deployment status can be checked in the Actions tab
If you prefer to deploy manually or test locally:
# Serve locally (requires Python)
cd v0.5
python -m http.server 8000
# Then visit http://localhost:8000v0.5/- Current version (plain HTML/JS, no build step required)v0.1/,v0.2/- Previous versions with build systems