-
Is there plans to implement something similar to raylibs DrawTextureNPatch ?
(https://www.raylib.com/examples/textures/loader.html?name=textures_npatch_drawing)
-
rlgl should be easy but nice to keep separate namespace.
raygui isn't included in the official DLLs, so we would need to compile our own DLLS, either a separate project for raygui or maybe a custom…
-
- [x] The issue is specific to Raylib-cs and not raylib (?)
- [x] I checked there is no similar issue already reported
### Issue description
Some example screens violate accessibility principle…
-
Pretty all class of raylib-cpp have no constructor allowing that:
```
class ObjectName
{
public:
ObjectName();
~ObjectName();
void Load(const char* path);
void Draw(raylib::Vector3 pos);…
-
Recently there was a ranking of Open Source game engines and [raylib](https://www.raylib.com/) was ranked low compared to e.g. Godot.
Many Unity developers are moving to Godot4.
C++ code can b…
-
I'm trying to build raylib-rs master (5.0.0) for armv7-unknown-linux-gnueabihf. The build fails due to type mismatch between u8 and i8. I guess this is the same issue as described here: https://github…
-
Hello, I would like to settle a name conflict between this repository and [my own, of the same name](https://github.com/eutro/racket-raylib). Both of us have the same repository name, but more importa…
eutro updated
2 years ago
-
Can haz composer require Raylib???
-
Hi. I am unable to build any of the samples on macOS 10.15.7.
```
cd samples ; cargo run --bin logo
...
CMake Error: The source directory "./raylib-rs/target/debug/build/raylib-sys-a48f350d7ec51…
-
makedocs doesn't support Enums or Structs, which means that things like the often used [Struct RVector3](https://github.com/bmx-ng/ray.mod/blob/beceac0e9aa2379065af2d25b8a66b0ce648d066/lib.mod/common.…