Raylib-CSharp-Vinculum icon indicating copy to clipboard operation
Raylib-CSharp-Vinculum copied to clipboard

Vinculum (vin·cu·lum) is a set of C# autogen bindings for Raylib 5.0 additionally provides some convenience wrappers. Requires use of `unsafe` keyword for some workflows.

Results 3 Raylib-CSharp-Vinculum issues
Sort by recently updated
recently updated
newest added

Both uppercase and lowercase property names are public. The lowercase name should be private or protected. Checking the repository I can only find the partial implementation of Rectangle that uses...

There could be problem with wrapper of SetAutomationEventList, which I coded In raylib code, this function sets internal pointer to the list, but in our case, it only being fixed...

I can't seem to get the override method to work. Every draw cycle it just overwrites the text with what's in the text string: int RayGui.GuiTextBox(Rectangle bounds, string? text, int...