[Live Demo](work-in-progress\flame-animation\index-flame-animation.html) # Flame Animation Project 🕯️ A comparative study of AI-generated candle flame animations using pure HTML/CSS. Explore implementations from various AI models side-by-side. ## Models Included: - ChatGPT - GitHub Copilot - DeepSeek (Multiple versions) - Gemini 1.5 & 2.0 - Ollama LLMs - Perplexity ## Features: ✅ Pure HTML/CSS implementations ✅ Realistic flame animations ✅ Spark effects ✅ Responsive design ✅ Cross-model comparisons
[Live Demo](work-in-progress\solar-sys-sim\solar-sys-sim_animation.html) # Solar System Simulation in Three.js A 3D solar system simulation using **Three.js**. Includes planets, moons, an asteroid belt, elliptical orbits, trails, and a framerate counter. Supports hardware acceleration. ## Features - **Planets and Moons**: Realistic-sized planets and their moons. - **Sun with Glow**: Illuminates the solar system. - **Elliptical Orbits**: Celestial bodies move along elliptical orbits. - **Dynamic Trails**: Trails show orbital history. - **Asteroid Belt**: Dense belt with randomized asteroids. - **Outer Planets and Moons**: Includes moons of Jupiter, Saturn, and Uranus. ## Dependencies - **Three.js**: Core library for 3D rendering. - **OrbitControls**: Camera controls for zooming, panning, and rotating. Usage Clone or download the repository. Open the solar-sys-sim_animation.html file in a modern web browser. Use the "Show Trails" checkbox to toggle trails. Observe the FPS counter to monitor performance.