Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 647 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 647 Bytes

This is a collection of exercises and studies about creative coding and generative art

Factors in a concept to explore:

  • Shape
  • Movement
  • Color
  • Interaction
  • Sound

Concepts to explore:

  • Randomness
    • Perlin Noise
    • Flow Fields
  • Fractals
  • Cellular Automata
  • L-Systems
  • Reaction-Diffusion
  • Genetic Algorithms
  • Neural Networks

Algorithms to explore:

  • Boids
  • A* Pathfinding
  • Dijkstra's Algorithm
  • Travelling Salesman Problem
  • Maze Generation
  • Maze Solving
  • Sorting Algorithms

Projects:

  • Randomness
    • Visually present different noise algorithms
      • Random noise
      • Perlin noise
      • Simplex noise