-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
Sketch is a Common Lisp environment for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction and more. It is inspired by Processing Language and shares some of the API.
https://github.com/vydd/sketch
Installation instructions are at https://github.com/vydd/sketch#installation.
All CL dependencies are in QL, but just as a reminder, there's a list of foreign dependencies there (that those libraries depend on) as well.
After installing Sketch, you can try running:
CL-USER> (ql:quickload :sketch-examples)
CL-USER> (make-instance 'sketch-examples:hello-world)
which should give you a green triangle with yellow borders.
Thanks!
eudoxia0 and kanubacode