a9da337c0e
Bindings moved to standard
...
- Bindings changed to a .Net standard library.
- Split up testing code and library into a Test project.
2018-10-18 13:55:03 +01:00
msmshazan
3c81f15df4
Fix for Pinvoking structs
2018-10-15 16:24:58 +05:30
3f17281969
Back to unsafe
...
- Fixed array issue means we have to use unsafe in a few parts for now.
- Testing rayforms in bindings
2018-10-12 20:42:51 +01:00
msmshazan
9afa8103ac
Added fixes to Handle x86 and x64 bit dll dependencies of raylib
2018-10-05 23:47:19 +05:30
2a5b7e5e0e
Bindings project can now test directly
...
- Changed back to exe project so bindings can be tested easily. Otherwise build as a class library.
- raylib.dll moved yet again. It is now in with bindings and copied to output.
2018-10-05 18:00:12 +01:00
e2a32241de
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)
2018-10-05 17:31:46 +01:00
f880241ee4
No longer require unsafe option
...
- Change unsafe/fixed to use IntPtr or MarshallAs instead.
- Added methods in physac to marshall IntPtr returns to PhysicsBodyData.
2018-09-23 12:34:40 +01:00
8272439d26
Fixed .proj settings and readme
2018-09-10 12:25:13 +01:00
62561d0bdb
Setting up examples project
...
- Dedicated project for raylib examples using Bindings as a class library.
2018-09-10 11:42:18 +01:00
5339ae06cb
Fixed project naming
...
- Changed assembly name to match project.
2018-08-31 09:33:30 +01:00
509ddf233f
Alot of binding improvements!
...
- Improved bindings and added initial ones for Easings, Physac, Raygui and Raymath(Not yet fully tested).
- Renamed ExamplesApplication to Bindings to make it more clear.
- Examples separated from bindings.
- Improve readme to reflect changes.
2018-08-31 09:30:32 +01:00