home.social

#truchet — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #truchet, aggregated by home.social.

fetched live
  1. Today's #genuary prompt seemed perfect for a Truchet tiling image, where the curve perfectly fills the space.

    #genuary2026 #genuary14 #truchet #hexagonal

  2. 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

    #generativeart #pattern #truchet #graphisme #digitalart

  3. #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.

    #generativeart #tiling #pattern #bitmasking

  4. #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.

    #pattern #truchet #tiling

  5. #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.

    #truchet #genart #grid #tiling #pattern