Added logos and updated readme
- Now have logos provided by @raysan5. - Added 256x256 logo to readme.
BIN
Logo/logo_cs.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
Logo/raylib-cs.ico
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
Logo/raylib-cs.pdn
Normal file
BIN
Logo/raylib-cs_128x128.png
Normal file
After Width: | Height: | Size: 1016 B |
BIN
Logo/raylib-cs_16x16.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
Logo/raylib-cs_24x24.png
Normal file
After Width: | Height: | Size: 256 B |
BIN
Logo/raylib-cs_256x256.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
Logo/raylib-cs_32x32.png
Normal file
After Width: | Height: | Size: 507 B |
BIN
Logo/raylib-cs_48x48.png
Normal file
After Width: | Height: | Size: 464 B |
BIN
Logo/raylib-cs_64x64.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
Logo/raylib-cs_96x96.png
Normal file
After Width: | Height: | Size: 832 B |
@ -1,3 +1,5 @@
|
|||||||
|

|
||||||
|
|
||||||
# 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.
|
||||||
|