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

Gleefre/move complex parts of defsketch #90

Closed Gleefre closed 9 months ago

Gleefre commented 9 months ago

Moves parts of defsketch to separate functions. Makes it easier to read the definition and track which parameters of defsketch these parts depend on.

I'm finding some utility in having it represent a rough shape of what's generated - defclass, prepare, draw.

Originally part of #87.

Gleefre commented 9 months ago

Resolved merge conflicts.

Gleefre commented 9 months ago

Resolved merge conflicts.

vydd commented 9 months ago

Solved in #87