the language still looks a bit alien to me. I trie...
# of-graphics
e
the language still looks a bit alien to me. I tried the live updateable version with idea and it just worked: https://guide.openrndr.org/#/10_OPENRNDR_Extras/C03_Live_coding
g
yeah—what’s going on with the curly braces like in
Copy code
configure {
  width = 768
  height = 576
}
? is that a function call? an anonymous function passed to
configure
? doesn’t seem quite right to me
four features I really like off the bat: the
it
idiom, appending a symbol with
?
to only execute code if not null, the
with
keyword, and a
TODO("message")
function for incomplete implementations