Raylib-cs-Examples icon indicating copy to clipboard operation
Raylib-cs-Examples copied to clipboard

Examples for Raylib-cs, a simple and easy-to-use library to learn videogames programming

Results 6 Raylib-cs-Examples issues
Sort by recently updated
recently updated
newest added

On Linux shouldn't the following steps just work? $ git clone https://github.com/ChrisDill/Raylib-cs-Examples.git $ make build $ make run-examples Running the examples results in ``` Unhandled exception. System.DllNotFoundException: Unable to load...

bug
help wanted

Attempting to use a raw audio stream in a project I am building and running this example doesn't appear to work. From what I can see in the code there...

bug

No skybox is rendered at all. Just a while clear with the visible ground grid.

bug

I see in `Utils.cs` methods like `SetShaderValue` do a `GCHandle.Alloc()`. This is "bad performance" as it is both pinning, and boxing. As all inputs of `T value` are either unmanaged...

enhancement

Hi, thanks for these cs bindings. Just downloaded these from git, and tested all tests: * texture explosion crashes (but if starting from that test, it works) * billboard test...

bug