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.4k stars 67 forks source link

Adds shorthand versions of with-pen and with-font #130

Closed vydd closed 9 months ago

vydd commented 9 months ago

make-pen and make-font are automatically added when with-pen and with-font are used just with constructor plists, for example:

(with-pen (:stroke +white+ :fill +black+)
  (rect 100 100 100 100))