Get up and running with Primordial in under 5 minutes!
- Download or clone the repository
- Open
index.htmlin any modern browser - Wait for the beautiful loading animation to complete
# Navigate to the project directory
cd Primordial
# Start a local server (Python)
python -m http.server 8000
# Or with Node.js
npx http-server
# Open browser to http://localhost:8000💡 Why use a server? Some features work better with proper HTTP headers and avoid CORS issues.
- Wait for Loading - Enjoy the initialization sequence
- Click "Auto-Evolve" - Starts continuous evolution
- Watch Art Emerge - Genomes compete and evolve in real-time
- See Progress - Charts show fitness improvement over generations
- SPACE - Evolve one generation manually
- R - Reset and start over
- T - Toggle between dark/light themes
- Click the ⭐ star on genomes you like
- Starred genomes go to your "Hall of Fame"
- Build a collection of your best evolution results
- S key or "Save PNG" - Download current best as image
- V key or "Save SVG" - Export as scalable vector graphics
- "Export Hall of Fame" - Download all your favorites as ZIP
Click the environment buttons to change selection pressure:
- 🎯 Balanced - Well-rounded artistic evolution
- ⚖️ Symmetry - Geometric, ordered patterns
- 🌪️ Chaos - Wild, complex compositions
- 🎨 Minimalist - Clean, simple aesthetics
- 🌿 Organic - Natural, flowing forms
Use the sliders to fine-tune evolution:
- Mutation Rate - How much genomes change (try 0.1-0.3)
- Population Size - More genomes = more diversity (try 20-50)
- Tournament Size - Selection pressure (try 3-5)
- Select Multiple Genomes - Click to select 2+ genomes
- Click "Create Offspring" - Manually cross-breed them
- Compare Results - See genetic differences
- Breed Selectively - Guide evolution toward your preferences
| Key | Action |
|---|---|
| SPACE | Evolve one generation |
| R | Reset population |
| S | Save PNG artwork |
| V | Export SVG artwork |
| T | Toggle dark/light theme |
| A | Auto-evolve on/off |
🎯 Pro Tip: Use keyboard shortcuts for rapid experimentation!
- 🌙 Dark Mode - Vibrant gradients, professional look
- ☀️ Light Mode - Soft pastels, easy on the eyes
- Toggle - Click moon/sun button or press T
- Persistent - Your choice is remembered
- Left Side - Real-time artwork rendering
- Watch Animation - Genomes move and pulse
- Evolution Progress - See changes generation by generation
- Evolution Controls - Start, stop, reset buttons
- Environment Selection - Change fitness criteria
- Parameter Sliders - Fine-tune evolution settings
- Gallery - Current generation thumbnails
- Hall of Fame - Your starred favorites
- Fitness Tracking - Best/average/worst over time
- Population Health - Diversity and convergence metrics
- Make sure Auto-Evolve is ON (button should be disabled)
- Try pressing SPACE to manually evolve
- Check that the loading screen has finished
- Try different environments (Chaos for wild results)
- Increase mutation rate (0.3+ for more variety)
- Let it run longer - good art takes time!
- Check your browser's Downloads folder
- PNG files are named with timestamps
- SVG files are vector graphics (open in browser/Illustrator)
- Use Export Hall of Fame for batch download
- SVG files are perfect for printing
- Share the URL - rich meta tags create beautiful previews
- Switch to Chaos environment
- Set mutation rate to 0.5
- Click Auto-Evolve and watch explosions of complexity
- Save the wildest results!
- Switch to Minimalist environment
- Set mutation rate to 0.1
- Watch as simple, elegant forms emerge
- Notice how less can be more
- Let a population evolve for 10+ generations
- Star 3-4 very different genomes
- Use manual breeding to cross them
- See what unexpected combinations emerge
- Start in dark mode with Organic environment
- Let some art evolve
- Switch to light mode (press T)
- Notice how the same art feels different
Once you're comfortable with the basics:
- 📋 Read FEATURES.md - Discover all advanced features
- 🧪 Experiment - Try different parameter combinations
- 🎨 Build Collections - Create themed Hall of Fame galleries
- 🔬 Study Patterns - Notice what environments produce what art styles
- 🌐 Share - Export and share your evolutionary masterpieces
- Let it run - Good evolution takes 20+ generations
- Use Balanced - Best general-purpose environment
- Medium mutation - 0.2-0.3 for good variety without chaos
- Star frequently - Build a diverse Hall of Fame
- Try extremes - Very high/low mutation rates
- Switch environments - Mid-evolution environment changes
- Manual breeding - Direct the evolutionary process
- Parameter sweeps - Try all tournament sizes, population sizes
- Use SVG export - Scalable vector graphics
- Light theme - Better for presentations
- Hall of Fame - Curate your best work
- Batch exports - Download entire collections
That's it! You now know everything needed to create amazing evolutionary art.
Happy Evolving! 🧬✨
For complete feature documentation, see FEATURES.md
For project overview, see README.md