#truchet — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #truchet, aggregated by home.social.
-
Trucheterie, rbg phase shift
-
Trucheterie, rbg phase shift
-
-
Trucheterie, gradients
-
Today's #genuary prompt seemed perfect for a Truchet tiling image, where the curve perfectly fills the space.
-
LE ZOO / Tuiles de truchet placées sur une grille (set de 10 tuiles) avec rotation et symétrie aléatoires. Les continuités (îles) sont colorées aussi aléatoirement.
#svg #javascript dans #paperjs
-
-
-
-
-
-
-
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_07_19
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562
#Truchet #Processing #Python #py5 #CreativeCoding -
Based on a #Truchet inspired sketch from 2020 Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_07_17
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding -
Trucheterie in motion
made with #p5js#creativecoding #TilingTuesday #truchet #tiling #pattern #art #math
-
-
-
trucheterie_100.svg
made with #p5js
plotted with portafo -
The Decline / random #truchet tiling
-
#Truchet / bitmasking in 8 bits in progress. The grid is now complete and uses a set of 15 tiles. It's not easy to map the values correctly. Next improvement: move to a 3x3 or larger matrix system to define tiles relations, and draw them dynamically.
-
#TruchetBounds / Apocalyptile / a random mix of two sets of #truchet tiles with a bitmasking detection.
-
#TruchetBounds / work in progress
After several fails to find a good way for randomly filling a grid with truchet tiles, I discovered a vintage videogame technique called #bitmasking
> Evaluate a tile value from its cardinals neighbors 1,2,4,8.
The basic tiles set consists in only 6 tiles with rotation, determined by the tile value.
Seems promising. -
#TruchetBounds / work in progress / trying to define the boundary of a random truchet cluster. Due to obvious complications in holes, deadends and gaps, these configurations are filled with a full tile (x) on the fly. Boundaries detections work great so far.