279d6bea4c
Updating .csproj files to help with testing continuous integration.
...
- Removed copy of logo in Generator.
- Removed older generated Raylib.cs from Generator.
2020-01-29 19:37:21 +00:00
18c264f0c9
Create dotnetcore.yml
...
Initial test for github actions. Builds using dotnet core.
2020-01-05 14:15:51 +00:00
af6d15fa67
Updated project files.
...
- Removed old project references.
- Updated Tests.MultiTarget.csproj.
- Removed DotNet.ILCompiler from CoreRT for now. Plan to revisit in the future.
- Removed logo from project. Uses Logo folder instead.
- Changed LICENSE to LICENSE.md.
2019-12-11 11:24:20 +00:00
c1579d8dc4
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2019-10-27 14:50:44 +00:00
835f4ba6e9
Removed Extensions.cs and moving some of the functions back into modules.
...
- I originally made extensions to separate things to help with code generation. Although since they are fairly simple I have now changed my mind and moved them back into their modules.
- Removed partial from raylib structs. This allowed extending them but I think it makes it harder to understand raylib types from looking at it.
- Minor constructors additions and changes.
2019-10-27 14:13:53 +00:00
0911c3ab88
Reviewed Tests project
...
- Removed example browsing test. Focusing on examples being built on their own instead.
- Removed old .projitems/.shproj from bindings and examples.
- Simplified NetCore, NetCoreRT, NetFX tests into one that uses multitarget instead.
2019-10-27 14:06:15 +00:00
db5ba40127
Reviewed Tests project
...
- Removed example browsing test. Focusing on examples being built on their own instead.
- Removed old .projitems/.shproj from bindings and examples.
- Simplified NetCore, NetCoreRT, NetFX tests into one that uses multitarget instead.
2019-07-31 17:58:31 +01:00
1bb0a35c54
Changed MusicData back to IntPtr.
...
- MusicData struct is not easy to marshall. The struct layout changes based on what file formats
raylib is compiled with.
2019-07-14 12:11:07 +01:00
87c9be0884
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2019-07-07 13:17:29 +01:00
847ac51790
Initial update to raylib 2.5
...
- Still a work in progress
2019-07-07 13:12:06 +01:00
8f11097178
Merge pull request #28 from FireflyX/patch-1
...
Pretty sure this is a typo.
2019-06-08 20:50:32 +01:00
Tyler M
aa1c1b76e8
Pretty sure this is a typo.
...
v2.w > v2.w would always be false.
2019-06-08 14:24:18 -04:00
c80d7a1340
Update README.md
2019-06-04 08:17:54 +01:00
b59cbaff6d
Removed the native binaries. There are multiple ways to configure raylib and from using the bindings I found I ended up
...
using a custom build anyway so I could access extra modules.
2019-05-18 15:22:04 +01:00
82463be0b6
Update README.md
2019-05-07 09:06:48 +01:00
f365315121
Update README.md
2019-05-07 09:05:42 +01:00
a9571ccb30
Update README.md
...
- Manual installation instructions so project is not reliant on nuget.
2019-04-22 07:53:43 +01:00
f20d01ed2e
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2019-04-22 07:51:40 +01:00
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
7871e2ea1a
- Changed generator from .NET Framework to .NET Core. Allows it to be tested cross platform.
2019-04-15 16:10:42 +01:00
1fc02a23a5
Update README.md
2019-04-04 20:53:36 +01:00
8623bf874e
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
3ea05ab540
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
27a555bc97
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
d6b62b4e9b
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2019-03-08 11:33:25 +00:00
f43c79ee55
Moved tests into their own folder.
2019-03-08 11:32:25 +00:00
fa4611f875
Update README.md
2019-03-03 15:50:29 +00:00
d0588bd901
Update README.md
2019-03-03 15:48:55 +00:00
ec9cace42e
Update README.md
2019-03-03 15:47:05 +00:00
a01efa4a09
Initial example update
...
- Updating examples with new changes.
2019-02-11 11:30:02 +00:00
f4ef94d63f
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
19dab0c7a1
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
2725e1df2a
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
1168407f09
Update README.md
2019-02-06 18:52:03 +00:00
98dcce501f
Update README.md
2018-12-29 13:22:54 +00:00
712106a58b
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
d4d47694d4
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
f0badf0d3e
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2018-12-21 15:51:50 +00:00
d0ef0c5979
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
c67b8d1eca
Merge pull request #18 from msmshazan/generator
...
Added Bindings Generator
2018-12-17 18:33:13 +00: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
331dfadd2c
Update pdb files
...
- Not sure if pdb files were correct.
2018-12-17 10:49:21 +00:00
4ad9f8ca7c
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
a4311b0e77
Update README.md
2018-12-03 16:37:45 +00:00
078be949e9
Fixed comment ident
2018-12-03 16:19:17 +00:00
d76e1f3c96
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
2104ac1534
Updated install instructions
...
-
2018-12-03 15:54:16 +00:00
a0b5be8df5
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