2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Commit Graph

  • cfde708bd8 Update Raylib.cs model functions to 3.5.0 ChrisDill 2020-12-26 15:18:27 +00:00
  • 010db71473 Update Raylib.cs image, texture and font functions to 3.5.0 ChrisDill 2020-12-26 14:00:39 +00:00
  • 75050deeed Update Raylib.cs drawing functions to 3.5.0 - Update Image drawing functions - Update Texture drawing functions - Update shape drawing functions ChrisDill 2020-12-26 13:43:25 +00:00
  • 29fca9725f Update Raylib.cs input related functions to 3.5.0 ChrisDill 2020-12-26 13:24:48 +00:00
  • 7be227a115 Replace Image/Texture section with Color/Pixel and update those functions to 3.5.0 ChrisDill 2020-12-26 13:08:17 +00:00
  • 592bd9e0d2 Update Raylib.cs window and cursor related functions to 3.5.0 ChrisDill 2020-12-26 12:27:24 +00:00
  • 61e842ecfd Update Raylib.cs enums to 3.5.0 ChrisDill 2020-12-26 10:51:41 +00:00
  • bb4b9c38c6 Update Raylib.cs structs to 3.5.0 - Doing the update in stages to make it easier to manage. ChrisDill 2020-12-26 10:50:32 +00:00
  • 6fdf41b50e
    Merge pull request #66 from spec-chum/DtoF Chris 2020-12-23 16:10:48 +00:00
  • 1e3d0252f8 Convert all Math calls to MathF to avoid conversions Spec-Chum 2020-12-23 15:58:08 +00:00
  • daa7f7241d Update to net5.0 using a fix for net5.0 support in dotnetcore.yml - Update actions/checkout to v2. - setup-dotnet requires specific version or a wildcard so I changed it to 5.0.x so it targets any 5.0 version. - Updated Raylib-cs.Tests to target net5.0 as we can now use it properly. ChrisDill 2020-11-28 14:48:02 +00:00
  • d0587eeb24 Keeping tests at netcoreapp3.1 for now - Had some issues getting net5.0 to work with github actions. ChrisDill 2020-11-12 11:30:41 +00:00
  • 8d9201c341 Dropping experimental netfx support - Set libraries to target netstandard2.1 and updated tests to net5.0. Still learning about the new features. Libraries may also change to net5.0 later if the newer features are useful enough to include directly in the library. - Removing Platform.cs which was only used by netfx. ChrisDill 2020-11-12 10:30:50 +00:00
  • ddadcf01f7 Remove unused string management functions - Removing common string functions in Raylib that can easily be replaced with built in string functions from C#. Keeping a few such as TextFormat for now as I am unsure if they will be useful later. ChrisDill 2020-11-06 11:49:16 +00:00
  • 65b1a608eb Remove SubText extension method ChrisDill 2020-11-06 11:20:53 +00:00
  • be43e6c76c Fix bug with incorrect DrawTriangleStrip parameter - It should take Vector2[] instead of a ref to Vector2 since it operates on multiple points. ChrisDill 2020-11-04 21:22:20 +00:00
  • 06d092d462 Updated README.md. - Made support information clearer. - Updated Hello World example. - Fixed LICENSE link. ChrisDill 2020-09-25 19:13:45 +01:00
  • b31b484564 Removed duplicate license comments from binding code. ChrisDill 2020-09-18 23:45:09 +01:00
  • 34d069c7cc Updated Raylib-cs.Tests. - Added binding tests for raylib. - Updated Raylib-cs.Tests.csproj. ChrisDill 2020-09-17 23:15:38 +01:00
  • d3babfd891 Minor update. - Renamed LICENSE.md to LICENSE. - Removed Rlights.cs. It is a part of the examples now so there is no reason to keep it here. ChrisDill 2020-09-15 08:57:14 +01:00
  • 7aea5f01ef Minor indent fix for Raylib-cs.csproj and Raylib-cs.targets. ChrisDill 2020-09-12 16:30:17 +01:00
  • 5a45303b33
    Merge pull request #51 from ChrisDill/platform Chris 2020-09-12 16:22:32 +01:00
  • a45c82c651
    Update README.md Chris 2020-08-12 22:24:20 +01:00
  • da3df6903a Fixed typo and updated enum usage in structs. - Fixed typo in README.md. - Changed Image format to use the PixelFormat enum. - Changed Texture2D format to use the PixelFormat enum. - Changed NPatchInfo type to use the NPatchType enum. ChrisDill 2020-08-08 09:52:38 +01:00
  • bae7289476
    Update dotnetcore.yml ChrisDill 2020-07-21 07:40:45 +01:00
  • 96541f3760 Removed code generator. - Decided to remove this as it is out of date with the bindings and would need to be reworked. I have tried different ideas for code generation in the past(See #29) and I may revisit the idea in the future. ChrisDill 2020-07-08 19:38:35 +01:00
  • ff96c5f420 Added Platform.cs - to copy (correct) native library at runtime (for netfx) Targets file now copies runtimes folder to output directory minor bug fix in sln file. Ben Parsons 2020-05-08 02:20:20 +10:00
  • cea720ba21 Improved Nuget native library handling Ben Parsons 2020-05-06 04:07:09 +10:00
  • 38675b0c4d Fix typo in targets file Ben Parsons 2020-05-06 03:37:40 +10:00
  • fdc760f58e Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs ChrisDill 2020-05-03 15:42:11 +01:00
  • 5f034a99b2 Updated Raymath.cs. - Added missing function Vector2Rotate. - Removed Vector3Scale and renamed Vector3Multiply to Vector3Scale. ChrisDill 2020-05-03 15:41:48 +01:00
  • 32320978ca Merge branch 'master' of github.com:ChrisDill/Raylib-cs Ben Parsons 2020-05-04 00:37:05 +10:00
  • f6bcdb7b94 Merge remote-tracking branch 'origin/master' Ben Parsons 2020-05-04 00:28:56 +10:00
  • c0c1041e3a Version Bump (more changes to come until release) Added targets file for .Net Framework NuGet support Updated TargetFrameworks to netstandard2.1 rather than netcoreapp3.1 Updated packaging info Ben Parsons 2020-05-04 00:17:04 +10:00
  • 955ea5b886 Added Flags enum attribute to ConfigFlag and GestureType. ChrisDill 2020-05-03 15:26:53 +01:00
  • b488a0d1bf Merge pull request #50 from ChrisDill/numerics ChrisDill 2020-05-03 15:20:17 +01:00
  • 8b522882f6 Replacing Matrix with Matrix4x4. - Matrix in raylib is column major whereas in numerics it is row major. The type marshals and works but it needs to be transposed before it can be used. At first I looked into keeping the matrix type and converting between the 2 as that made sense but I think using just the on type and documenting the difference is a better tradeoff. It may be easy to create bugs by forgetting to transpose but with good documentation I think this is better than having to deal with the 2 types. I may be wrong about this so we will see how it goes. ChrisDill 2020-05-03 13:23:11 +01:00
  • 51873f952b Added the System.Numerics.Vectors package so we can build without specifying netcoreapp3.1. ChrisDill 2020-05-02 15:17:49 +01:00
  • 85c5585dec BREAKING CHANGE. Replaced Vector2, Vector3 and Vector4 with System.Numerics. - Testing out a breaking change so we can use System.Numerics. ChrisDill 2020-05-02 15:13:57 +01:00
  • 3b3bdc34c4 Fix incorrect native library path Added support for x86 NuGet package Ben Parsons 2020-05-02 17:47:30 +10:00
  • ca567a5594 Updated README.md NuGet package and easier installation Added runtimes/{tfm}/native folder to make it clearer where to put native libraries Ben Parsons 2020-05-02 17:03:00 +10:00
  • 8f40c04e6a Updated Nuget Package Properties Includes adding logo to package Ben Parsons 2020-05-02 05:19:50 +10:00
  • c8ddc440bb Updated Build platforms For upcoming NuGet support Ben Parsons 2020-05-02 03:44:06 +10:00
  • feae933468 Update README.md ChrisDill 2020-04-30 09:57:23 +01:00
  • def2598e05 Moving Physac and Raygui into their own libraries and marking them as experimental. - Both bindings have causes confusion and issues in project setup. Moving them into separate libraries should make things clearer and easier to maintain. ChrisDill 2020-04-28 20:52:23 +01:00
  • bbda84cafb Fixed error with IsWindowFullscreen. - Changed IsWindowFullscreen return from void to bool. ChrisDill 2020-04-27 17:46:22 +01:00
  • 5fc790fd1d Added BlittableHelper for testing structs. ChrisDill 2020-04-25 12:01:27 +01:00
  • 5bc1ba5d80 Renamed Tests to Raylib-cs.Tests. - Updated Raylib-cs.sln. - Renamed Tests/Tests.csproj to Raylib-cs.Tests/Raylib-cs.Tests.csproj - Removed unused nuget.config. ChrisDill 2020-04-25 11:35:36 +01:00
  • 81f7a984f6 Changed Raylib-cs.csproj to only target netstandard2.0. - Changed Raylib-cs.proj to use just one target framework. - Removed targets net47 and netcoreapp3.1 from Raylib-cs.csproj. - Removed netcoreapp3.1 from dotnetcore.yml workflow. ChrisDill 2020-04-07 20:22:25 +01:00
  • 55e6740539 Minor update to Raylib.cs. - Added Camera2D constructor. - Added missing Text functions. ChrisDill 2020-04-03 16:53:50 +01:00
  • d5f3836027 Updated License to 2020. ChrisDill 2020-04-03 16:52:14 +01:00
  • 9a1be26f6a Update README.md ChrisDill 2020-04-02 08:45:45 +01:00
  • be2acd3c9a Fixed DrawLineStrip issue from #44. - Changed DrawLineStrip to take in a Vector2[] instead of ref Vector2 points. ChrisDill 2020-04-01 18:43:33 +01:00
  • d1d50203dd Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs ChrisDill 2020-04-01 17:27:14 +01:00
  • 0642c8a545 Updated Tests project. - Renamed from Tests.MultiTarget to Tests. - References Raylib-cs.csproj instead of adding bindings directly. ChrisDill 2020-04-01 17:24:54 +01:00
  • c79590c56c Added Raylib-cs.csproj. - Testing multi-target options. Hopefully won't be needed with .NET 5. Some issues getting multi-targeting to work well with OmniSharp in other projects so I may change this. ChrisDill 2020-04-01 14:50:00 +01:00
  • fa3039fb11 Big commit. Starting the update to 3.0!!! - Renamed the Bindings folder to Raylib-cs. - Renamed namespace from Raylib to Raylib_cs. - Updated functions to raylib 3.0. - Documenting IntPtr types for reference. - Separating modules by making the class and nativeLibName unique to the module. - Added rlgl bindings. ChrisDill 2020-04-01 14:46:51 +01:00
  • 631493ac87 Initial project update. - Updated github actions workflow to build using .NET Core on Linux, Windows and Mac. - Updated Raylib-cs.sln with project name changes. - Added experimental netfx.props to help with building using Mono on Linux. - Added app.config. ChrisDill 2020-04-01 14:35:26 +01:00
  • e936fd235d Update README.md ChrisDill 2020-03-26 22:29:10 +00:00
  • 38ae234d34 Examples have been moved to https://github.com/ChrisDill/Raylib-cs-Examples. - Examples were getting large and to make it easier for submodules and commit history I decided to seperate the two. Preparing to merge changes from dev branch. Made sense to do this change directly first. ChrisDill 2020-03-06 23:14:27 +00:00
  • a20d154f96 Update dotnetcore.yml ChrisDill 2020-01-29 20:04:37 +00:00
  • 72eaf6cf34 Update dotnetcore.yml ChrisDill 2020-01-29 19:58:21 +00:00
  • 1018def995 Update dotnetcore.yml ChrisDill 2020-01-29 19:53:13 +00:00
  • 279d6bea4c Updating .csproj files to help with testing continuous integration. - Removed copy of logo in Generator. - Removed older generated Raylib.cs from Generator. ChrisDill 2020-01-29 19:37:21 +00:00
  • 18c264f0c9 Create dotnetcore.yml ChrisDill 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. ChrisDill 2019-12-11 11:24:20 +00:00
  • c1579d8dc4 Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs ChrisDill 2019-10-27 14:50:44 +00:00
  • 835f4ba6e9 Removed Extensions.cs and moving some of the functions back into modules. ChrisDill 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. ChrisDill 2019-07-31 17:51:20 +01: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. ChrisDill 2019-07-31 17:51:20 +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. ChrisDill 2019-07-14 12:11:07 +01:00
  • 87c9be0884 Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs ChrisDill 2019-07-07 13:17:29 +01:00
  • 847ac51790 Initial update to raylib 2.5 - Still a work in progress ChrisDill 2019-07-07 13:12:06 +01:00
  • 8f11097178 Merge pull request #28 from FireflyX/patch-1 ChrisDill 2019-06-08 20:50:32 +01:00
  • aa1c1b76e8 Pretty sure this is a typo. Tyler M 2019-06-08 14:24:18 -04:00
  • c80d7a1340 Update README.md ChrisDill 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. ChrisDill 2019-05-18 15:22:04 +01:00
  • 82463be0b6 Update README.md ChrisDill 2019-05-07 09:06:48 +01:00
  • f365315121 Update README.md ChrisDill 2019-05-07 09:05:42 +01:00
  • a9571ccb30 Update README.md ChrisDill 2019-04-22 07:53:43 +01:00
  • f20d01ed2e Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs ChrisDill 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. ChrisDill 2019-04-22 07:40:01 +01:00
  • 1236e4979a - Reviewing generator contribution. Work in progress. ChrisDill 2019-04-15 16:12:29 +01:00
  • 7871e2ea1a - Changed generator from .NET Framework to .NET Core. Allows it to be tested cross platform. ChrisDill 2019-04-15 16:10:42 +01:00
  • 1fc02a23a5 Update README.md ChrisDill 2019-04-04 20:53:36 +01:00
  • 8623bf874e Changed easings to a direct port ChrisDill 2019-03-17 11:05:24 +00:00
  • 3ea05ab540 Testing updated nuget ChrisDill 2019-03-15 11:41:38 +00:00
  • 27a555bc97 Organising bindings ChrisDill 2019-03-15 11:40:41 +00:00
  • d6b62b4e9b Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs ChrisDill 2019-03-08 11:33:25 +00:00
  • f43c79ee55 Moved tests into their own folder. ChrisDill 2019-03-08 11:32:25 +00:00
  • fa4611f875 Update README.md ChrisDill 2019-03-03 15:50:29 +00:00
  • d0588bd901 Update README.md ChrisDill 2019-03-03 15:48:55 +00:00
  • ec9cace42e Update README.md ChrisDill 2019-03-03 15:47:05 +00:00
  • a01efa4a09 Initial example update ChrisDill 2019-02-11 11:30:02 +00:00
  • f4ef94d63f Color defines now only in struct ChrisDill 2019-02-11 11:25:09 +00:00
  • 19dab0c7a1 Breaking change ChrisDill 2019-02-11 11:23:33 +00:00
  • 2725e1df2a Remove bindings project ChrisDill 2019-02-10 16:59:56 +00:00
  • 1168407f09 Update README.md ChrisDill 2019-02-06 18:52:03 +00:00
  • 98dcce501f Update README.md ChrisDill 2018-12-29 13:22:54 +00:00
  • 712106a58b Work on nuget support ChrisDill 2018-12-29 12:27:30 +00:00