algorithmic-art-course icon indicating copy to clipboard operation
algorithmic-art-course copied to clipboard

contributions with an algorithm

Open bbaudry opened this issue 1 year ago • 9 comments

choose an algorithm from this list and make an artwork with it

bbaudry avatar Feb 06 '24 20:02 bbaudry

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

margelle avatar Feb 15 '24 05:02 margelle

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

rafpinter avatar Feb 15 '24 19:02 rafpinter

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

lenaMK avatar Feb 15 '24 21:02 lenaMK

Genetic Algorithm (Added Fitness Function favouring bright colours and limiting a max population): https://github.com/siliconfeather/algo-art/tree/gen-algo_artbreeder

siliconfeather avatar Feb 22 '24 19:02 siliconfeather

Hilbert curve : https://github.com/bricemichelb/hilbertCurve

bricemichelb avatar Feb 23 '24 04:02 bricemichelb

@YBTopaz8 @ivanpuhachov can you add a link to your contribution with an algorithm? thx!

bbaudry avatar Mar 23 '24 17:03 bbaudry

Oh my! Sorry, here is mine using recursive arts https://github.com/YBTopaz8/Recursive-Art

YBTopaz8 avatar Mar 26 '24 20:03 YBTopaz8

Hello! here it is: https://github.com/MdBoisnard/projets-Cloud2024

MdBoisnard avatar Apr 02 '24 19:04 MdBoisnard

my nobanana (inspired by marching cubes) - https://github.com/ivanpuhachov/alg-art-works/blob/main/nobanana.py

ivanpuhachov avatar Apr 02 '24 20:04 ivanpuhachov