Jack

Results 10 comments of Jack

> CL-USER> (ql:quickload '(sdl2 clinch)) > To load "sdl2": > Load 1 ASDF system: > sdl2 > ; Loading "sdl2" > > To load "clinch": > Load 1 ASDF system:...

@Shinmera It's whatever the default SBCL binary comes with for Windows, but I'll try including _libz_ too just in case. @phoe I haven't, only the Windows CLI. I'm going to...

@phoe It appears all the work desktops got shutoff so I won't have remote access to a Windows machine til next week. That's unfortunate. I'll try what you said as...

No worries, I think you're right actually. Most of the Nuklear bindings are generated and I've been able to use structs instead of any shim for struct args. I'll see...

>Did you take a look at miogui? Have you any suggestions? I'll come back to it soon when I'll have some "spare" time... For some reason I thought you meant...

Works just fine on Manjaro with CCL 1.12. Something must be up with OpenSuse's libffi package.

I keep forgetting how I fix this on other OS'. I think its a header problem with missing some Linux and GCC headers. Going to close since I don't use...

I don't have the files anymore for that. https://gforth.org/manual/Automated-interface-generation-using-SWIG.html But it should be easy to generate. Honestly, that method isn't worth it, what I'd do is this. https://github.com/raysan5/raylib/tree/master/parser Whats nice...

Hmm, I'm not sure on returning multiple values. It might be possible to have the word itself put the structure items on the stack by default so you don't have...

By setting generate-inspector-information to #t will we be able to get the minibuffer strings that show a functions parameters? like _map f l | f l l2_ ...etc?