home.social

#lowdiscrepancy — Public Fediverse posts

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

  1. A short video of another related old experiment, here showing a few random variations (4-5 secs each) using a low discrepancy sequence to iteratively create Voronoi patterns reminiscent of quasi-crystal lattices...

    Made with thi.ng/lowdisc and thi.ng/geom-voronoi

    Demo:
    demo.thi.ng/umbrella/quasi-lat

    Source code (minimal code, more comments than code):
    github.com/thi-ng/umbrella/blo

    Ps. Also check out @hamoid's recent Voronoi work (which just made me look for this video 😉)...

    #TextureTuesday #ThingUmbrella #LowDiscrepancy #Voronoi #QuasiCrystal #Lattice #Pattern #TypeScript

  2. A short video of another related old experiment, here showing a few random variations (4-5 secs each) using a low discrepancy sequence to iteratively create Voronoi patterns reminiscent of quasi-crystal lattices...

    Made with thi.ng/lowdisc and thi.ng/geom-voronoi

    Demo:
    demo.thi.ng/umbrella/quasi-lat

    Source code (minimal code, more comments than code):
    github.com/thi-ng/umbrella/blo

    Ps. Also check out @hamoid's recent Voronoi work (which just made me look for this video 😉)...

    #TextureTuesday #ThingUmbrella #LowDiscrepancy #Voronoi #QuasiCrystal #Lattice #Pattern #TypeScript

  3. A short video of another related old experiment, here showing a few random variations (4-5 secs each) using a low discrepancy sequence to iteratively create Voronoi patterns reminiscent of quasi-crystal lattices...

    Made with thi.ng/lowdisc and thi.ng/geom-voronoi

    Demo:
    demo.thi.ng/umbrella/quasi-lat

    Source code (minimal code, more comments than code):
    github.com/thi-ng/umbrella/blo

    Ps. Also check out @hamoid's recent Voronoi work (which just made me look for this video 😉)...

    #TextureTuesday #ThingUmbrella #LowDiscrepancy #Voronoi #QuasiCrystal #Lattice #Pattern #TypeScript

  4. A short video of another related old experiment, here showing a few random variations (4-5 secs each) using a low discrepancy sequence to iteratively create Voronoi patterns reminiscent of quasi-crystal lattices...

    Made with thi.ng/lowdisc and thi.ng/geom-voronoi

    Demo:
    demo.thi.ng/umbrella/quasi-lat

    Source code (minimal code, more comments than code):
    github.com/thi-ng/umbrella/blo

    Ps. Also check out @hamoid's recent Voronoi work (which just made me look for this video 😉)...

    #TextureTuesday #ThingUmbrella #LowDiscrepancy #Voronoi #QuasiCrystal #Lattice #Pattern #TypeScript

  5. A short video of another related old experiment, here showing a few random variations (4-5 secs each) using a low discrepancy sequence to iteratively create Voronoi patterns reminiscent of quasi-crystal lattices...

    Made with thi.ng/lowdisc and thi.ng/geom-voronoi

    Demo:
    demo.thi.ng/umbrella/quasi-lat

    Source code (minimal code, more comments than code):
    github.com/thi-ng/umbrella/blo

    Ps. Also check out @hamoid's recent Voronoi work (which just made me look for this video 😉)...

    #TextureTuesday #ThingUmbrella #LowDiscrepancy #Voronoi #QuasiCrystal #Lattice #Pattern #TypeScript

  6. #HowToThing #022 — Quasi-random lattice generator using thi.ng/lowdisc and thi.ng/geom-voronoi

    These infinite and parametric low-discrepancy sequence generators can be used to produce n-dimensional samples/points and are useful for a whole range of graphics (and more generally sampling related) topics and generative design techniques. The example also shows basic usage of the 2D Delaunay/Voronoi mesh, incl. obtaining cells which can be automatically clipped against a user-provided convex boundary polygon.

    Demo (reload to randomize):
    demo.thi.ng/umbrella/quasi-lat

    Source (more comments than code 😎):
    github.com/thi-ng/umbrella/tre

    Further reading:
    extremelearning.com.au/unreaso
    en.wikipedia.org/wiki/Low-disc

    #ThingUmbrella #Voronoi #Quasicrystal #Generative #Graphics #LowDiscrepancy #Sampling #Geometry #TypeScript #JavaScript #Tutorial