Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.36 KB

File metadata and controls

42 lines (29 loc) · 1.36 KB

3D Mesh Spirals

A 3D mesh spiral generator with interactive controls and export capabilities.

🌐 Live Demo: https://philosophercode.github.io/3d_mesh_spirals/

GitHub Pages Deployment

This project is set up to deploy to GitHub Pages automatically via GitHub Actions.

Setup Instructions

  1. Enable GitHub Pages in your repository:

    • Go to your repository on GitHub
    • Navigate to SettingsPages
    • Under Source, select GitHub Actions
    • Save the settings
  2. Push to trigger deployment:

    • The workflow will automatically run when you push to the main branch
    • You can also manually trigger it from the Actions tab → Deploy to GitHub PagesRun workflow
  3. Access your site:

Manual Deployment

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:8000

Project Structure

  • v0.5/ - Current version (plain HTML/JS, no build step required)
  • v0.1/, v0.2/ - Previous versions with build systems