Skip to content

philosophercode/3d_mesh_spirals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

3D mesh spiral generator with interactive controls and export capabilities. Live demo: https://philosophercode.github.io/3d_mesh_spirals/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors