2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

10 Commits

Author SHA1 Message Date
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
1236e4979a - Reviewing generator contribution. Work in progress. 2019-04-15 16:12:29 +01:00
msmshazan
1c55c0ae0c Small fixes 2018-12-17 23:33:20 +05:30
msmshazan
2326fe035a Added Generator project 2018-12-17 21:53:56 +05:30
01ec64945c Removed generator
- Too many edge cases to handle.
2018-10-23 22:11:38 +01:00
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
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
f966abca38 Organising generator code
- Split directory and file loop from code generation.
2018-09-11 22:26:31 +01:00
5286546ad4 Added Raymath binding + Initial examples
- Added Raymath.cs binding. Raylib.cs depends on this since they both share some types.
- Bindings moved into source directly.
- Inital examples port alot of syntax still needs to be fixed.
- Couldn't get cppsharp to work correctly so using a custom generator(WIP).
2018-08-17 09:34:50 +01:00
2995318a4e Project tidying
- Project now uses AnyCPU.
- Fixed assembly info and renamed Raylib-cs project to Generator.
- Removed resources folder and dlls.
- Improving current manual bindings.
2018-08-04 21:04:02 +01:00