EQL5/examples/8-OpenGL/run.lisp
2016-11-25 23:30:38 +01:00

11 lines
231 B
Common Lisp

#+unix (si::trap-fpe t nil)
(ql:quickload :cl-opengl)
(unless (eql:qrequire :opengl)
(error "EQL module :opengl could not be found/loaded")
(eql:qq))
(load (eql:in-home "examples/8-OpenGL/main-window"))
(main-window:start)