WEFT

WEFT is a domain-agnostic creative coding language where all mediums behave similarly and compose without friction.



wave[val] = sin(me.x * $freq(8) + me.t)

display[r, g, b] = wave -> { .val($freq ~ 4),
                             .val($freq ~ 8),
                             .val($freq ~ 12) }
                        W-> { 1 - .0, .1, .2 }

WEFT is in active development. If something breaks, doesn't make sense, or you have ideas, open an issue or reach out at [email protected]


Created by Leo Frankel, using Claude.