brambasiel
brambasiel
As far as I'm aware, there is no way to retrieve a Texture2Ds width and height. This should solve issue #51. I came across the same problem, so here is...
Patch that adds an icon for the Janet programming language. https://janet-lang.org/ 
Hello, at first sight, the constructor of mINI::INIFile only accepts path to a file. Could it be possible to pass in your own stream (like a std::stringstream) or just an...
Hello, Running mark-whole-buffer and pressing tab in a vue file causes Emacs to freeze on Windows with high CPU usage. (~30%) It has to be terminated from Task Manager afterwards....
**Describe the bug** GetWindowPosition crashes the JVM. **To Reproduce** Call ```rlj.core.GetWindowPosition();``` Steps to reproduce the behavior: 1. Call ```rlj.core.GetWindowPosition();``` 2. See error **Expected behavior** Window position should be returned. **Code**...
**Describe the bug** The game content is draw in the bottom-left at half the size. Moving the window fixes the problem. **To Reproduce** Steps to reproduce the behavior: 1. Open...
**Describe the bug** Calling GetMouseWheelMove() throws a NullPointerException **To Reproduce** Steps to reproduce the behavior: 1. Run example code (on Windows 10) 2. See error ``` Exception in thread "main"...
Hello, thank you for your quick fix of android-tools in my previous issue. ./t2 install chromium seems to fail with the following: ``` Removing buildscripts for system provided zlib Removing...
Should fix issue #5
Hello, I am trying to run the Windows binary of [Preview 4.6-dev](https://github.com/mode777/rayjs/releases/tag/pre-4.6-dev). The following error dialog appears:  It seems that MinGW is needed to run the pre-compiled program, not...