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

Tutorial Sketch Broken #34

Closed jsawesome1 closed 4 years ago

jsawesome1 commented 4 years ago

After running the tutorial sketch, it opened blank windows until my computer froze (On a related note how do I kill something like this quickly?). The windows had two different titles, "Sketch", and "SDL2 Window". I'm not sure if this is relevant, but I installed cl-sdl2 manually from git, because the quicklisp version didn't have the sdl2-ffi:sdl-point.

jsawesome1 commented 4 years ago

Sorry, I misread the documentation. I had this: (defsketch tutorial () (make-instance 'tutorial)) Instead of this: (defsketch tutorial ()) (make-instance 'tutorial)