2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Added logos and updated readme

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

BIN
Logo/logo_cs.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
Logo/raylib-cs.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
Logo/raylib-cs.pdn Normal file

Binary file not shown.

BIN
Logo/raylib-cs_128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 B

BIN
Logo/raylib-cs_16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

BIN
Logo/raylib-cs_24x24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

BIN
Logo/raylib-cs_256x256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
Logo/raylib-cs_32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

BIN
Logo/raylib-cs_48x48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

BIN
Logo/raylib-cs_64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

BIN
Logo/raylib-cs_96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

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 # Raylib-cs
C# bindings for raylib 2.0, a simple and easy-to-use library to learn videogames programming (www.raylib.com) 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 - Finish examples
- Add as a nuget package - Add as a nuget package
- Add templates - Add templates
- Add logos - Auto select x86/x64 dll as needed
- Auto select x86/x64 dll as needed(currently only x64 dll included)
## Contributing ## Contributing
If you have any ideas, feel free to open an issue and tell me what you think. If you have any ideas, feel free to open an issue and tell me what you think.