-
Noticing when using `nk_edit_string` that text handling can be a bit erratic.
An example is triggering `Select All` which is `Ctrl + A`.
raylib-nuklear correctly processes this input, but also k…
-
Hi not sure if this come from Raylib itself or the bindings, but I got a weird glitch on my Mac. I just want to draw a rectangle, and it is drawn very small until I move the window, see the video:
…
-
It fails compiling under Ubuntu 20 with
```
[ 94%] Built target lua
[ 97%] Linking CXX executable raylib-lua-sol
/usr/bin/ld: ../liblua.a(loslib.c.o): in function `os_tmpname':
loslib.c:(.text+0…
-
text_font_sdf
audio_raw_stream
textures_bunnymark
-
raylib@0.2.0 postinstall /home/a/aapp/node_modules/raylib
cmake-js compile
**[
'/usr/local/bin/node',
'/home/a/aapp/node_modules/.bin/cmake-js',
'compile'
]**
info TOOL Using Unix Mak…
-
https://github.com/RobLoach/node-raylib/blob/4887ee14392e01883921909de0382fb53f6c1f1f/tools/generate_templates/node-raylib-bindings.js#L222
I might be missing something, but I didn't see any place …
-
I installed cmake, built and installed raylib into `~/opt/raylib/`, and built pkg-config but reached a "local minima" down the rabbit hole.
pkg-config doesn't know anything about raylib so just run…
-
OS: macOS 14 running on an M2 Macbook Air
Using the prebuild branch (so as to not compile llvm from scratch) and trying to load the library with quicklisp `(ql:quickload :claw-raylib)` as per the i…
-
`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 it along with `raylib`?
-
I ported from claylib to claw-raylib, and I'm seeing flickering. Not sure what's going on here. Even at target-fps 1, I can see lot's of fast flickering. I'm drawing a grid of characters, and it's jus…