2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

Update README.md

This commit is contained in:
ChrisDill 2018-07-28 09:29:13 +01:00 committed by GitHub
parent 759a652501
commit 33f6dd7bcd

View File

@ -1,5 +1,6 @@
# Raylib-cs
> Testing C# bindings for Raylib, a simple and easy-to-use library to learn videogames programming
Testing C# bindings for Raylib, a simple and easy-to-use library to learn videogames programming (www.raylib.com)
![](header.png)
@ -17,12 +18,10 @@
## Installation
Windows:
'''
- Download the repository
- Open in visual studio
- Copy raylib.dll in Raylib-cs/raylib.dll
- Build and run
'''
## Contributing
As I use this for my own projects, I know this might not be the perfect approach
@ -33,4 +32,4 @@ If you'd like to contribute, please fork the repository and make changes as
you'd like. Pull requests are warmly welcome.
## Licensing
Raylib-cs 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](LICENSE.md) for further details.
Raylib-cs 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](LICENSE) for further details.