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

Add ability to change default window dimensions #25

Closed mfiano closed 10 months ago

mfiano commented 6 years ago

It would be useful if you could specify the default window dimensions globally, for when you want to create windows that are not 400x400, without explicitly adding bindings to every DEFSKETCH form.

vydd commented 10 months ago

Implemented in #100!