Skip to content

Unity-King-Technologies/Generative-Arts-Math-Based

Repository files navigation

Generative-Arts-Math-Based

Generative math-based art experiments — fractals, algorithms, and mathematical patterns used to create procedural and generative visuals.

This repository explores how mathematics + code can produce complex, beautiful, and sometimes unpredictable art.


What This Repo Is About

This project focuses on:

  • Mathematical art generation
  • Fractals and recursive systems
  • Algorithmic & procedural visuals
  • Pattern generation using equations
  • Creative coding experiments

All artworks are generated purely through math and logic, not manual design.


Planned / Included Topics

  • 🔹 Fractals (Mandelbrot, Julia, custom fractals)
  • 🔹 L-Systems
  • 🔹 Noise-based art (Perlin / Simplex concepts)
  • 🔹 Recursive geometry
  • 🔹 Parametric equations
  • 🔹 Cellular automata
  • 🔹 Algorithmic pattern generation

Tech & Tools (Flexible)

Depending on experiments, this repo may use:

  • Python
  • Processing / p5.js
  • Unity (C#)
  • GLSL / Shaders
  • Custom math engines

Each experiment lives in its own folder with explanation.


Folder Structure

Generative-Arts-Math-Based/ │ ├── fractals/ │ ├── mandelbrot/ │ ├── julia/ │ ├── l-systems/ │ ├── noise/ │ ├── cellular-automata/ │ ├── parametric-art/ │ ├── shaders/ │ └── docs/ └── math-explanations.md


Outputs

  • Generated images
  • Animations / GIFs
  • Real-time visual simulations
  • Shader previews

(Outputs may vary depending on the experiment.)


Purpose

  • Explore the artistic side of mathematics
  • Learn how simple formulas create complex visuals
  • Build reusable generative art systems
  • Inspire game dev, shader dev, and creative coders

Future Ideas

  • Interactive generative art
  • AI-assisted parameter exploration
  • Audio-reactive math visuals
  • Real-time GPU-based fractals
  • Game-ready generative assets

Contributing

Ideas, experiments, and improvements are welcome.

If you contribute:

  • Keep code clean
  • Add comments explaining the math
  • Include visual output if possible

License

MIT License — free to use, modify, and experiment.


✨ Unity King Vision

Math is not just logic — it is art waiting to be visualized.

About

Generative math based art, fractles, and etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages