Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a generative gallery application with four distinct display modes: Ring (3D circular), Follow Spline (2D path drawing), Cursor Trail (mouse following), and Shuffle (animated positioning). The application uses Three.js for 3D rendering and HTML5 Canvas for 2D interactions.
This is a vanilla JavaScript project with no build system. Development is done by:
index.html in a browser or using a local serverThe application uses a single-file architecture for simplicity:
index.html - Main HTML structure with extensive UI controlsscript.js - Complete implementation of all gallery modes and functionalitystyle.css - All styling and responsive designThe
ProjectTemplate class contains all functionality:
Each mode has specific control panels that show/hide based on selection:
The script.js file is organized into logical sections:
ProjectTemplate classindex.htmlshowRingGallery, showSplineGallery)index.html with descriptive IDscreateCircularPath and related methodsrequestAnimationFrame for smooth animations