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

10 Commits

Author SHA1 Message Date
3565fd7e4d - Changed generator from .NET Framework to .NET Core. Allows it to be tested cross platform. 2019-04-15 16:10:42 +01:00
msmshazan
9c3513c43b Small fixes 2018-12-17 23:33:20 +05:30
msmshazan
396bf519ad Added Generator project 2018-12-17 21:53:56 +05:30
75ad5632c6 Removed generator
- Too many edge cases to handle.
2018-10-23 22:11:38 +01:00
msmshazan
3af8accf9b added new runtimes 2018-10-21 23:04:32 +05:30
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
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
42ca85f420 Organising generator code
- Split directory and file loop from code generation.
2018-09-11 22:26:31 +01:00
6b6b345551 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
1292292318 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