Andreas Klein

Results 2 comments of Andreas Klein

I also have the same issue. - glfw: stable 3.3.8 (bottled), HEAD - SBCL 2.3.9 - OSX 14.1

I did a bit of searching and testing and found this reddit thread: - https://www.reddit.com/r/Common_Lisp/comments/wmvk11/sbcl_with_opengl_on_macos_possible/ The following code works for me: ```(ql:quickload '(:cl-glfw3 :cl-glfw3-examples :trivial-main-thread)) (trivial-main-thread:call-in-main-thread (lambda () (sb-int:set-floating-point-modes :traps...