Raylib-J
Raylib-J copied to clipboard
Handmade Java binding for Raylib
**Describe the bug** Using the existing RayLib-J_DEV-0.5.jar as the only dependency, initialization of rCore fails with UnsatisfiedLinkError in ```InitGraphicsDevice``` on the call ```GLFW.glfwSetErrorCallback(new com.raylib.java.core.Callbacks.ErrorCallback());``` **To Reproduce** Steps to reproduce the...
**Describe the bug** ``` $ ./gradlew run > Task :run FAILED INFO: Initializing raylib 4.0 WARNING: GLFW: Error: 65543 Description: 36103808 WARNING: GLFW: Failed to initialize Window INFO: TIMER: Target...
**Describe the bug** The bug is an aborted window when attempting to run the windowed examples on a raspberry pi. **To Reproduce** Running an example **Expected behavior** A clear and...
All examples work with gradle. A lib file is set up for work with jitpack.io where other people get use it Raylib-J with gradle.
I'm not sure if this is the right place to ask questions, but here I go. I'm trying to make the mouse move in a grid layout, so not the...
Hi Is it possible to list the supported platforms? Is Android supported? Linux on Arm? Etc.. Thanks a lot!
Hello, I’ve been working on a project with this library and have encountered a significant issue with memory usage. Even in a basic application, the memory footprint seems to be...
Pull request to fix the issue #58 The LoadImageFromMemory method expects a fileType and was receiving a fileName
**Describe the bug** When trying to load an image or a texture, the image cannot be loaded. **To Reproduce** Steps to reproduce the behavior: 1. Run the following code 2....
**Describe the bug** Calling Raylib.core.GetMouseWheelMove results in a: ``` Exception in thread "main" java.lang.NullPointerException: Cannot read field "x" because "this.input.mouse.currentWheelMove" is null at com.raylib.java.core.rCore.GetMouseWheelMove(rCore.java:2316) ``` **Code** ```java private void zoomCamera(float...