-
I'm rather new to D so maybe I'm simply missing some fundamentals, but how do I add a C function to the stack?
My code:
```d
import raylib;
import bindbc.lua;
extern(C) static int hello(lua…
-
In the following image, you will note that the circles (drawn with `DrawCircleV`) seem to be missing pixels.
![Screenshot from 2024-11-10 11-32-58](https://github.com/user-attachments/assets/006f7b…
-
Hi! I've tried to play with the project a bit, but I don't manage to get the script to run. I get this error:
```
julik@jet $ ruby window.rb
/Users/julik/.rbenv/versions/3.3.1/lib/ruby/gems/3.3…
julik updated
5 months ago
-
I know this library is not actively maintained, but I think it would be nice if it was available through UmBox.
[UmBox](https://umbox.tophat2d.dev) is Umka's own package manager, which we've been w…
-
**Relevant problem**
Would be good to have at least the wrapper for raygui.h too (https://github.com/raysan5/raygui).
**Reasons why this should be a part of the core library**
Other languages hav…
-
### Description
```nim
import std/sequtils
proc foo(x: string) =
echo x & "abc"
foo(cast[string](repeat('a', 6)))
```
The error log points to this code:
```c
T3_ = rawNewString(x_…
-
### Describe the bug
There is error when I am tryin to run converted raylib game from wasm to apple M1
(I have compiled to webassembly this game and it run via browser good)
https://github.…
-
I know it is easy to write and hard to do it, but it would be nice to make raylib compatibility/example of https://github.com/rust-mobile/cargo-apk
maybe it would be good to look to https://github.co…
-
I stumbled across this library for a project I'm working on. It seems amazing for what I need (I'm trying to find an easy, simple graphics library for drawing lines and text). I didn't use plain rayli…
-
### Your environment
Which OS do you use:
Windows
### Steps to reproduce
I don't know how to reproduce this, most likely the cause is that I have a space in my Windows username so %APPDATA…