fc0527a2ef
Review and cleanup
...
- General cleanup.
- Fixed missing functions from raymath.
- Nuget info part of project file.
2018-10-20 13:16:58 +01:00
7c541e0c92
Fixing a few functions
...
- Changing pointer arguments to use ref
2018-10-15 19:20:45 +01:00
msmshazan
f9b3233c69
Some fixes
2018-10-15 16:50:44 +05:30
msmshazan
4267707d51
small change
2018-10-15 16:32:15 +05:30
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
87049c7ae4
Merge pull request #6 from msmshazan/dllimport-fix
...
Changing Dllimport calling conventions to Cdecl
2018-10-05 18:07:04 +01:00
msmshazan
2afaef2af9
Changing Dllimport calling conventions to Cdecl
2018-10-05 22:31:02 +05:30
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
410d50c65f
Updated bindings!
...
- Changed internal class name from rl to Raylib.
- Improving documentation and tidying bindings a bit.
- Renamed DrawControl to RayForm.
- Bindings now a class library for easy reuse.
2018-09-10 12:18:51 +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