Agenda:
Modular Elements, Randomized;
Larger Structures Seemingly Emerging Therefrom
Vera Molnár, Untitled (Quatre éléments distribués au hasard), 1959
Anna Carreras, 2021:
10 PRINT
Commodore C64 Basic:
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Processing (Java):
for (int i=0; i<1000000; i++){ print ((char)(random(1)<0.5? 47:92)); }
HTML (by Alexander Reben):
Goto 10 that fits in a tweet (just copy and past the code to address bar, press enter) https://t.co/NbhptsW7SD
— Alexander Reben (@artBoffin) September 28, 2021
data:text/html,<div style=”line-height:1em;word-wrap:break-word;”id=d><script>for(i=0;1e4>i;i++)d.innerHTML+=String.fromCharCode(9585+Math.random()*2);</script>
Truchet Tiles
In 1704, Sebastien Truchet considered all possible patterns formed by tilings of right triangles oriented at the four corners of a square.
[From Mathworld]: A modification of Truchet’s tiles leads to a single tile consisting of two circular arcs of radius equal to half the tile edge length centered at opposed corners. There are two possible orientations of this tile, and tiling the plane using tiles with random orientations gives visually interesting patterns.
By Bleeptrack:
Duotone Truchet Patterns
From Duotone Truchet-Like Tilings, by Cameron Browne:
- Interactive demonstration at Observable by Nick Rabinowitz
Multiscale Truchet Patterns
- From Multiscale Truchet Patterns (blog post) by Christopher Carlson
- Full PDF paper by Christopher Carlson
- Truchet-Carlson Tiles at Observable
- Multiscale Truchet Pattern Gradient by Paavo Toivanen:
Plotting out some multi-scale truchet patterns in the studio tonight. I'm kinda digging it more with lines missing — what do you think #plottertwitter ? pic.twitter.com/30BAxZcSlh
— Madeline Gannon (@madelinegannon) April 29, 2021
Wang Tiles & Edge-Matching Puzzles
From [Wikipedia]: First proposed by mathematician Hao Wang in 1961, Wang Tiles are modeled visually by square tiles with a color on each side. A set of such tiles is selected, and copies of the tiles are arranged side by side with matching colors, without rotating or reflecting them. Wang tiles have become a popular tool for procedural synthesis of textures, heightfields, and other large and nonrepeating bidimensional data sets; a small set of precomputed or hand-made source tiles can be assembled very cheaply without too obvious repetitions and without periodicity.
For maze generation:
For game terrain design:
Herringbone Wang Tiles by Sean Barrett:
Various Artworks, Experiments, Etc.
By Paul Rickards:
— Paul Rickards (@paulrickards) September 26, 2021
By Rood de Rooij:
— ruud de rooij (@ruuddotorg) September 26, 2021
By Alexander Reben:
By Andrea Anner and Thibault Brevet:
By Jessica In:
By Joshua Schachter:
there's a hex one i played with a while back (there are a bunch of variants) pic.twitter.com/y6wiUh3hBQ
— joshua schachter (@joshu) September 27, 2021
By Mario Klingemann:
This one used a similar technique. pic.twitter.com/Dzb8dnqB8x
— Mario Klingemann (@quasimondo) September 27, 2021
By Andrew Kudless:
And a version was fabricated for the concrete pavers at Confluence Park https://t.co/fL9Sl79bhn pic.twitter.com/84fWQ0OaVS
— Andrew Kudless (@matsysdesign) September 27, 2021
I was inspired by Truchet tiles and decided to make a version with a real person. The piece was made in collaboration with the Ukrainian geometrical dancer @IrinAngles. She is connecting different black dots with her arms in black gloves.
Dancing meets creative coding! pic.twitter.com/rBOiwRQRvB
— Eduard Krasilnikov (@edcreativecoder) September 8, 2021
How many distinct path surfaces are there?#geometry #tessellation #creativecoding pic.twitter.com/4tYc2Bn9bi
— Steven Dollins (@scdollins) May 6, 2021
By Roni Kaufman:
Truchet Ribbon (09/2021)
Made for @sableRaph's creative coding challenge #WCCChallenge https://t.co/2Og4HlWqRt#p5js #creativecoding #generativeart pic.twitter.com/KLYtzOuIv7— Roni Kaufman (@KaufmanRoni) September 13, 2021
Playing around with Truchet tiling.https://t.co/URLyx0jLkL#creativecoding #glsl #shadertoy #anydayshaders pic.twitter.com/Cshcmn9tSr
— Kevin Smith (@pug_byte) September 12, 2021
Spring Time Lady Bug Truchet Tiles / GLSL Fragment Shader – All done with math! https://t.co/EiosiIy2P8 #glsl #webgl #truchettile #ladybugs #creativecoding #procedural #animation pic.twitter.com/jZ46lHYAYB
— b3yte_m3chanic (@byt3m3chanic) April 24, 2021
By Shane: