177f7bb91e
Changed easings to a direct port
...
- Trying direct ports of modules starting with easings.
- Readme fix and removed old rlgl.
- Improving documentation.
2019-03-17 11:05:24 +00:00
34a1dde93b
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
9e1c019c48
Updated enums + cleanup
...
- Enums updated to match current raylib version. Also moved around to the order matches.
2018-12-03 16:14:27 +00:00
957202efda
Fixed RayHitInfo
...
- Fixed issue with RayHitInfo. bool types different so using byte instead.
2018-10-25 13:07:38 +01:00
6ab272042f
Fixed trailing whitespace
...
- Removed trailing whitespace from bindings and examples.
2018-10-24 12:41:55 +01:00
67f06a3618
Bindings cleanup
...
- Replaced tabs with 4 spaces
- Added comments to Raylib.cs
2018-10-23 11:57:13 +01:00
7e5c985f85
Review and cleanup
...
- General cleanup.
- Fixed missing functions from raymath.
- Nuget info part of project file.
2018-10-20 13:16:58 +01:00
b700e626ed
Merge pull request #6 from msmshazan/dllimport-fix
...
Changing Dllimport calling conventions to Cdecl
2018-10-05 18:07:04 +01:00
msmshazan
df8cbbbc67
Changing Dllimport calling conventions to Cdecl
2018-10-05 22:31:02 +05:30
e9eba6ced0
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
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
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