2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00
Commit Graph

7 Commits

Author SHA1 Message Date
msmshazan
df8cbbbc67 Changing Dllimport calling conventions to Cdecl 2018-10-05 22:31:02 +05:30
791c165dee 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
af2241ccd3 Fixed .proj settings and readme 2018-09-10 12:25:13 +01:00
2f8a9914ef 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
b0909c3241 Setting up examples project
- Dedicated project for raylib examples using Bindings as a class library.
2018-09-10 11:42:18 +01:00
b7e030ee24 Fixed project naming
- Changed assembly name to match project.
2018-08-31 09:33:30 +01:00
7634b8a4a5 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