vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.39k stars 67 forks source link

defsketch bugs/surprises #86

Closed Gleefre closed 9 months ago

Gleefre commented 9 months ago

The following sketch creates a window named "there", but doesn't succeed to rename it inside the drawing function.

(defsketch foo ((title "there"))
  (setf title "Hey there"))
vydd commented 9 months ago

Fixed in #87