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:
parent
7008c67dfa
commit
e2a32241de
16 changed files with 240 additions and 146 deletions
16
README.md
16
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue