Fluxus
1 program
Added 2026-02-12T13:48:32.131198Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit de12e30e22 · authored 2026-02-12T14:49:09+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Rotating Cube
Provenance: commit de12e30e22 · authored 2026-02-12T14:49:09+01:00 · agent claude-code · model sonnet · WebSearch disabled
; Rotating cube in Fluxus
(define (animate)
(rotate (vector (* (time) 50) (* (time) 30) 0))
(draw-cube))
(every-frame (animate))