jaylib icon indicating copy to clipboard operation
jaylib copied to clipboard

Janet bindings to Raylib

Results 18 jaylib issues
Sort by recently updated
recently updated
newest added

Hi, I noticed mesh generation functions are marked as non-implemented and was curious as to why, is it a technical challenge or just work? I'd be happy to help to...

Building a fresh clone fails with multiple `unresolved external symbol`s and a `warning LNK4272: library machine type 'x64' conflicts with target machine type 'x86'`. Output: ``` PS C:\Users\w1n5t0n\code\janet> git clone...

cflags, lflags, and defines need to be FreeBSD specific in this case: ``` diff diff --git a/project.janet b/project.janet index 96e9e81..d954222 100644 --- a/project.janet +++ b/project.janet @@ -16,6 +16,7 @@ :windows...

Hi, this might be a simple error. Do you happen to know why it fails to build? Any help or advice is greatly appreciated. I installed raylib with nix package...

Thank you for jaylib it works like a charm ! https://github.com/raysan5/raygui Do you know if I can use raygui with jaylib ? if yes how ? raygui looks like a...

Hi The following error after running `jpm build` ``` git clone https://github.com/janet-lang/jaylib cd jaylib/ git submodule update --init --recursive jpm build compiling build/src___main.o... cc1: error: argument to '-O' should be...

Fixed description of camera-3d function (arguments were wrong in the function description).

Hi! I'm just adding raylibs GetWindowPosition so that I can save/load the window position as i use a watch workflow to develop my jaylib stuff :)