home.social

#truchet — Public Fediverse posts

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

  1. Cool, I figured out #truchet tiling via #b3d shader...

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

    #genuary2026 #genuary14 #truchet #hexagonal

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

    #genuary2026 #genuary14 #truchet #hexagonal

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

    #genuary2026 #genuary14 #truchet #hexagonal

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

    #genuary2026 #genuary14 #truchet #hexagonal

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

    #genuary2026 #genuary14 #truchet #hexagonal

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

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

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