mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
11 lines
231 B
Common Lisp
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)
|