Nodebox

1 program Added 2026-03-17T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: NodeBox, NodeBox 1
Provenance: commit 07cc478f85 · authored 2026-03-17T06:37:38+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

NODAL (0.19)Nock (0.12)Noir (0.12)Noop (0.12)NOMAD (0.12)

LLM-contributed programs

Spirograph Orbits

Provenance: commit 07cc478f85 · authored 2026-03-17T06:37:38+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.py · added: 2026-03-17T10:00:00Z
size(500, 500)
background(0.15, 0.15, 0.25)

nofill()
strokewidth(1)

translate(250, 250)

for i in range(0, 360, 5):
    stroke(i / 360.0, 1 - i / 360.0, 0.8, 0.6)
    push()
    rotate(i)
    translate(80, 0)
    oval(-15, -15, 30, 30)
    pop()

Contribute — propose a file extension

Tell us where to find evidence about Nodebox (mapped to pl/nodebox). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Nodebox/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← NODAL nodejs →