2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-07-02 19:13:43 -04:00

Tidying up project

- Added Release folder for important dlls that will be used in nuget package
- Moved Rayforms into Examples folder
- Added updated generator(WIP)
This commit is contained in:
2018-10-05 17:31:46 +01:00
parent 7008c67dfa
commit e2a32241de
16 changed files with 240 additions and 146 deletions

View File

@ -11,6 +11,9 @@ Bindings:
* Raylib
* Raymath
Currently the only difference to raylib is changing interger constants to enums.
For example KEY_ENTER becomes Key.ENTER.
## Installation
Tested on windows 10 64 bit using the mono compiler.
@ -42,19 +45,6 @@ static class Program
}
```
# TODO:
- Generator improvements
- .Net Core support
- Windows forms support
- Auto select x86/x64 dll
# Differences
- interger constants are enums.
KEY_ENTER -> Key.ENTER
- types changed to work with C#.
char * -> string
## Contributing
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