Watch
2
0
Fork
You've already forked raylib-cs
0

Added logos and updated readme

- Now have logos provided by @raysan5.
- Added 256x256 logo to readme.
This commit is contained in:
Rgebee 2018-09-13 12:00:51 +01:00
commit 45edd16939
12 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,5 @@
![Raylib-cs Logo](https://github.com/ChrisDill/Raylib-cs/blob/master/Logo/raylib-cs_256x256.png "Raylib-cs Logo")
# Raylib-cs
C# bindings for raylib 2.0, a simple and easy-to-use library to learn videogames programming (www.raylib.com)
@ -48,8 +50,7 @@ static class Program
- Finish examples
- Add as a nuget package
- Add templates
- Add logos
- Auto select x86/x64 dll as needed(currently only x64 dll included)
- Auto select x86/x64 dll as needed
## Contributing
If you have any ideas, feel free to open an issue and tell me what you think.