Home

lisp-sketch

Lisp Sketch

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.

Install system dependencies:

brew install sdl2 sdl2_image sdl2_ttf

Install sketch:

(ql:quickload :sketch)

Install the examples:

(ql:quickload :sketch-examples)