Initial commit

This commit is contained in:
Dimitri Lozeve 2024-09-20 21:38:15 +02:00
commit f15977009e
7 changed files with 134 additions and 0 deletions

18
example.bqn Normal file
View file

@ -0,0 +1,18 @@
f•Import "fenster.bqn"
size500
wf.OpenWindow sizesize"bqn-fenster example"
Rainbow{𝕊xyt:
xyxy÷size
t(100|t)÷100
h(x+y)÷2
f.HSVtoRGB360×h,1,1
}
Rainbow f._render w
•Delay 3
f.CloseWindow w