C# examples for raylib-cs, a simple and easy-to-use library to learn videogames programming (www.raylib.com)
-
git clone --recursive https://github.com/ChrisDill/Raylib-cs-Examples.git
-
cd Raylib-cs-Examples
-
dotnet build -c Release
dotnet run -p Examples/Examples.csproj -c Release
If you have any ideas, feel free to open an issue and tell me what you think. If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
If you want to request features or report bugs related to the library (in contrast to this binding), please refer to the author's project repo.
raylib-cs (and raylib) is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.