algorithmic-art-course
algorithmic-art-course copied to clipboard
contributions with an algorithm
Tiffany's work in progress (WIP) : https://github.com/margelle/algorithmic-art-tasks/tree/main/task2 Algorithm : L-System https://en.wikipedia.org/wiki/L-system
Bezier curves: https://github.com/rafpinter/algorithmic-art/blob/main/04-bezier/bezier.js https://github.com/rafpinter/algorithmic-art/blob/main/04-bezier/column-lines.js
Perlin Noise and tiling attempt: https://github.com/lenaMK/art-algorithmique/tree/main/perlin-viz Tiling and recursing: https://github.com/lenaMK/art-algorithmique/tree/main/tiling
Genetic Algorithm (Added Fitness Function favouring bright colours and limiting a max population): https://github.com/siliconfeather/algo-art/tree/gen-algo_artbreeder
Hilbert curve : https://github.com/bricemichelb/hilbertCurve
@YBTopaz8 @ivanpuhachov can you add a link to your contribution with an algorithm? thx!
Oh my! Sorry, here is mine using recursive arts https://github.com/YBTopaz8/Recursive-Art
Hello! here it is: https://github.com/MdBoisnard/projets-Cloud2024
my nobanana (inspired by marching cubes) - https://github.com/ivanpuhachov/alg-art-works/blob/main/nobanana.py