cl-raylib icon indicating copy to clipboard operation
cl-raylib copied to clipboard

Common Lisp binding of raylib

Results 16 cl-raylib issues
Sort by recently updated
recently updated
newest added

`raygui` helps build immediate mode GUI with `raylib`. It's useful in writing debug interfaces and could become a good option for writing GUI in Common Lisp. Any plan to wrap...

Would you be open to integrating [Shinmera/3d-vectors](https://github.com/Shinmera/3d-vectors) and [Shinmera/3d-matrices](https://github.com/Shinmera/3d-matrices)? The alternative is to implement all the required operations in this library but that seems unnecessary. If you're open to this,...

When I try to load and draw a simple model, such as in [this example](https://www.raylib.com/examples/web/models/loader.html?name=models_loading), I get pointer errors in `(draw-model)`: ```` The value (1065353216 0 #.(SB-SYS:INT-SAP #X00000000) #.(SB-SYS:INT-SAP #X3F80000000000000)...

It seems like the `raylib.lisp` file is a rather manually written binding file to raylib. Would it make to you to generate these via https://github.com/rpav/cl-autowrap ? If you want I...

I'm thinking of using your system to speed up writing, but I'm afraid that I won't be able to compile it for the web, have you tried this before? Because...

I could be doing this wrong (I'm new to ffi programming) but when I try and call a function like `update-camera` or `draw-triangle-fan` with the appropriate struct (camera3d and vector2...

I think it might make sense to add finalizers to objects like images. Finalizers allow the garbage-collector to call a function, when an object is no longer referenced. This way,...

I can not load texture in cl-raylib, what must i do?

draw-rectange arguments take integer but when we multiply it with get-frame-time the argument becomes float and we no longer put them into draw-rectangle.

Unable to load foreign library (LIBRAYLIB). Error opening shared object "libraylib.so": libraylib.so: cannot open shared object file: No such file or directory. [Condition of type LOAD-FOREIGN-LIBRARY-ERROR]