f46c375562
Update README.md
...
- Manual installation instructions so project is not reliant on nuget.
2019-04-22 07:53:43 +01:00
1d56b2defd
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2019-04-22 07:51:40 +01:00
12e5a6f719
- 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
85f39f8022
- Reviewing generator contribution. Work in progress.
2019-04-15 16:12:29 +01:00
3565fd7e4d
- Changed generator from .NET Framework to .NET Core. Allows it to be tested cross platform.
2019-04-15 16:10:42 +01:00
1676055efb
Update README.md
2019-04-04 20:53:36 +01:00
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
7fc60c9fb5
Testing updated nuget
...
- Trying to fix issues with .NET Core and nuget. Moved nuget files into bindings folder.
2019-03-15 11:41:38 +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
dfda70a324
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2019-03-08 11:33:25 +00:00
81cd9ff9fa
Moved tests into their own folder.
2019-03-08 11:32:25 +00:00
42bb0564f8
Update README.md
2019-03-03 15:50:29 +00:00
4a7065c8c0
Update README.md
2019-03-03 15:48:55 +00:00
d32f50d5b5
Update README.md
2019-03-03 15:47:05 +00:00
b841a28177
Initial example update
...
- Updating examples with new changes.
2019-02-11 11:30:02 +00:00
796b4997a1
Color defines now only in struct
...
- Color defines removed. Instead use them from Color struct. E.g Color.WHITE.
2019-02-11 11:25:09 +00:00
6f37861925
Breaking change
...
- Removed constants. Enums used instead.
- Changed some functions to take enum instead of int to remove explicit cast.
- Updated readme with differences.
2019-02-11 11:23:33 +00:00
b6843021cf
Remove bindings project
...
- No longer needed. Binding code should be included directly in project for more control.
2019-02-10 16:59:56 +00:00
85b666414f
Update README.md
2019-02-06 18:52:03 +00:00
b18bae4f16
Update README.md
2018-12-29 13:22:54 +00:00
9f9d26e185
Work on nuget support
...
- Improved Raylib-cs.nuspec.
- Added Raylib-cs.targets file to copy dll for user.
2018-12-29 12:27:30 +00:00
e0ae94cf54
Moving dependencies so there in one place
...
- Removed lib folder from Test projects.
- Added native folder to Bindings using release build with debug info.
- Updated Test projects to use new location ,
2018-12-29 12:23:17 +00:00
53e63dbc44
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2018-12-21 15:51:50 +00:00
dda676f9f3
Create Raylib-cs.nuspec
...
- Second attempt at nuget. Adding files directly so they can be customized and fewer dlls in output.
- Issue with getting dlls to be added however.
2018-12-21 15:51:34 +00:00
2d444527fc
Merge pull request #18 from msmshazan/generator
...
Added Bindings Generator
2018-12-17 18:33:13 +00: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
96e29cb067
Update pdb files
...
- Not sure if pdb files were correct.
2018-12-17 10:49:21 +00:00
a203e1e401
Added pdb files to Test.NetCore/lib
...
- Need to change lib folder so its in one place for all projects.
2018-12-17 08:10:01 +00:00
44d0e1fb13
Update README.md
2018-12-03 16:37:45 +00:00
93de3f5e44
Fixed comment ident
2018-12-03 16:19:17 +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
ac7cd5a82c
Updated install instructions
...
-
2018-12-03 15:54:16 +00:00
80c911221d
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
e76d7a6193
Update README.md
2018-11-22 15:13:33 +00:00
1c2fc08a07
Fixed VR issue
...
- Fixed werid graphical bug with VR. Issue was with the struct for VrDeviceInfo.
2018-11-22 15:00:25 +00:00
7f7e907c89
Native debug info
...
- Added files from raylib build to allow native debugging.
2018-10-27 13:17:04 +01:00
88b7545ce3
Update project settings
2018-10-26 18:48:51 +01:00
925e8a6b49
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2018-10-26 18:39:19 +01:00
4d7aeda42b
Update Examples/text/text_input_box.cs
...
- Changed to char array.
- Fixed backspace out of bounds issue.
2018-10-26 18:39:13 +01:00
b41bd204f0
Fixed typo
...
- AudioStream and VrDeviceInfo should be structs not classes.
- Added [SuppressUnmanagedSecurity] to Raylib class. Should improve performance(untested).
2018-10-26 18:38:12 +01:00
ffd88e7942
Merge pull request #17 from mikaelssen/master
...
Vr example runs with this 'patch'
2018-10-26 18:23:43 +01:00
Mikael Rasmussen
694cf29e26
pre define distorion values
2018-10-26 19:19:28 +02:00
Mikael Rasmussen
ddc7b87a27
Merge remote-tracking branch 'ChrisDill/master'
2018-10-26 17:47:23 +02:00
Mikael Rasmussen
c1195fed8f
Vr example runs, but does not render properly
2018-10-26 13:05:34 +02:00
067abba79f
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2018-10-25 18:20:15 +01:00
c617dff002
Fixing more examples
...
- Changed a few parts to use IntPtr for now.
2018-10-25 18:20:13 +01:00
d7b7814a52
Merge pull request #15 from mikaelssen/master
...
Dropfiles fix
2018-10-25 18:16:20 +01:00
Mikael Rasmussen
4960a68e04
Merge remote-tracking branch 'ChrisDill/master'
2018-10-25 19:08:56 +02:00
Mikael Rasmussen
fe4e81ab9f
Merge remote-tracking branch 'ChrisDill/master'
2018-10-25 19:02:11 +02:00