Pavel Korolev
Pavel Korolev
I'm not actively working on either of those projects at the moment, but they are not abandoned. I'll return. Unfortunately, I have no estimate on when I return working on...
Can you load `CFFI` only? Does it errors out in the same way? ``` (asdf:load-system :cffi) ```
I really can't guess what is wrong here. Just in case, can you load `bodge-nuklear` from bare `SBCL`? Like, start SBCL from terminal directly and try quickloading from there. Also,...
Yup, please, check if it works w/o `roswell` being involved. I don't use `roswell` and I don't explicitly maintain compatibility with it. But if you will be able to pinpoint...
@Mr-Dispatch This new issue you've got is unrelated to `claw` or `roswell`. This is an assertion failing inside Nuklear native code. Nuklear is notoriously hard to debug - I suggest...
Thanks for the report. This system is going through [huge refactoring](https://borodust.org/2020/06/12/claw-honing/) at the moment. I might look into the issue later, but I don't have access to LispWorks implementation, so...
Nuklear renderer uses certain OpenGL version. Do you have video driver installed and configured? What that reports: ``` glxinfo | grep OpenGL ```
Try to change `:opengl-version` from `(3 3)` to `(2 1)` in `src/example.lisp`
On the second thought, this is unlikely to work, because native renderer used in the example is using OpenGL 3.
If you want to see how Nukear might look like in Common Lisp, instead of running example from this library, check out https://github.com/borodust/bodge-ui-window ``` ;; Add cl-bodge distribution into quicklisp...