847ac51790
Initial update to raylib 2.5
...
- Still a work in progress
2019-07-07 13:12:06 +01:00
dd9710fc57
- Improvements for 2.5 release. Alot more work than I expected.
...
- Examples are out of date and will need to be regenerated before release.
2019-04-22 07:40:01 +01:00
27a555bc97
Organising bindings
...
- Seperated bidning extensions into seperate file. This will make it easier when generating them.
- Added minor fixes I found while using bindings.
2019-03-15 11:40:41 +00:00
a0b5be8df5
Fixing physac issues
...
- Trying to fix marshall issues withh physac. Comparing struct size compared to c etc.
2018-11-30 10:12:55 +00:00
527bf58521
Fixed trailing whitespace
...
- Removed trailing whitespace from bindings and examples.
2018-10-24 12:41:55 +01:00
167a41f20d
Bindings cleanup
...
- Replaced tabs with 4 spaces
- Added comments to Raylib.cs
2018-10-23 11:57:13 +01:00
msmshazan
2afaef2af9
Changing Dllimport calling conventions to Cdecl
2018-10-05 22:31:02 +05:30
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