mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
Added Build.bat for Examples
This commit is contained in:
parent
a2b7b0a1ff
commit
4b2c7b1e07
2
Examples/Build.bat
Normal file
2
Examples/Build.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mingw32-make
|
||||||
|
pause
|
@ -14,11 +14,8 @@ Bindings:
|
|||||||
Currently the only difference to raylib is changing interger constants to enums.
|
Currently the only difference to raylib is changing interger constants to enums.
|
||||||
For example KEY_ENTER becomes Key.ENTER.
|
For example KEY_ENTER becomes Key.ENTER.
|
||||||
|
|
||||||
## Installation
|
## Usage
|
||||||
Tested on windows 10 64 bit using the mono compiler.
|
Run Build.bat in Examples folder. Currently requires mingw32-make and mono.
|
||||||
|
|
||||||
1. Download the repository
|
|
||||||
2. Run Examples.exe in Examples/bin/Debug/
|
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
using Raylib;
|
using Raylib;
|
||||||
|
BIN
raylib.dll
BIN
raylib.dll
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user