Raylib-cs-Examples
Raylib-cs-Examples copied to clipboard
Examples for Raylib-cs, a simple and easy-to-use library to learn videogames programming
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...
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...
No skybox is rendered at all. Just a while clear with the visible ground grid.
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...
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...