-
Game controller: Thrustmaster Hotas Warthog (throttle and joystick)
Windows core_input_gamepad example not recognize buttons and axis. But show controller name.
![image](https://github.com/raysan5…
-
Before submitting a new issue, please verify and check:
- [x] The issue is specific to Raylib-cs and not raylib
- [x] I checked there is no similar issue already reported
- [x] My code has no …
-
# Weekly GitHub Trending! (2023/11/20 ~ 2023/11/27)
## TypeScript trending 4repo's
### [abi](https://github.com/abi) / [screenshot-to-code](https://github.com/abi/screenshot-to-code)
スクリーンショットをドロップして、…
ivgtr updated
11 months ago
-
I was recently using ImageDraw and passing negative coordinates for the destination rectangle, which resulted in some graphical glitches.
Shouldn't this say srcRec.x -= dstRec.x; ? Line 3366 would …
-
### Issue description
When I link my project statically against raylib 4.5 (`libraylib.a`), I get a bunch of errors:
```
C:\Users\vtere\Desktop\umplot>gcc -O3 -DUMKA_STATIC umplot.c -o umplot_windo…
-
I use SQlite for (mostly) string data storing, that I use to load other stuff with Raylib. It works with Linux and Windows build normally but when I tried compiling here I found the following problem:…
-
raylib/src/rcore.c:4955:22: error: ‘eglGetProcAddress’ undeclared (first use in this function)
4955 | rlLoadExtensions(eglGetProcAddress);
| ^~~~~~~~~~~~~~~~~
…
-
Hi! While trying to use rlImGui on a hotreloadable enviroment, where the game code is loaded dynamically, the following line triggers an assert in glfw on call to `glGetFramebufferSize`.
https://gi…
-
### Issue description
As part of my experimenting in pr #3311 to divide rcore into submodules, one of the things I found was that the CoreData structure adds a lot of complexity to that endeavor an…
-
Would it be possible to add a new field to the structs which shows the data size in bytes?
For example:
```json
"structs": [
{
"name": "Vector2",
"description": "Vector2, 2 compo…