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

45 Commits

Author SHA1 Message Date
54d02588b9 Update build.yml 2024-09-13 21:15:57 +01:00
dependabot[bot]
b26e4f73d1
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#266)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 17:14:28 +01:00
daa124aee1
Fix build (#254) 2024-06-20 21:10:01 +01:00
f7fd66b7eb
Native build improvements (#235)
* Add Raylib-cs.Native to solution
* Update build.yml to use local build
* Remove experimental android setup
2024-06-08 07:27:01 +01:00
njlr
2a1889403d
Pin to Ubuntu 20.04 (#223) 2024-01-14 08:23:37 +00:00
a94a92afb6
Revert default graphics version change (#219) 2024-01-07 22:28:16 +00:00
MrScautHD
269b6fe67f
Update Desktop to OpenGL 4.3 (#217)
Update Desktop to OpenGL 4.3 for linux and windows platforms
2024-01-06 12:52:18 +00:00
MrScautHD
43f1924faa
Port to Raylib-5.0.0 (#210)
Co-authored-by: ChrisDill <chris.rj.dill@gmail.com>
2023-12-27 12:17:57 +00:00
a4b6140a96 Disable android build in build.yml 2023-09-08 19:23:09 +01:00
5dc091fe56 Fix dependencies in build.yml 2023-09-05 19:32:59 +01:00
ae45736bd9 Fix build.yml naming 2023-09-05 19:30:05 +01:00
6df6a09dbf Run tests/build examples at start of build.yml 2023-09-05 19:27:20 +01:00
fda911da8f Fix build.yml 2023-09-05 07:23:48 +01:00
d716a80775 Convert android project to example project 2023-09-05 07:20:02 +01:00
df2b089119 Fix dependency issues in build.yml 2023-08-28 17:18:40 +01:00
bcb374b670 Update build.yml to include tests and examples 2023-08-28 16:59:22 +01:00
Angga Permana
c5560664ed
Fix unable to run Raylib-cs.Android on debug mode (#193)
* Call `RaylibSetAndroidCallback` before `OnCreate`
* CI: pack `Raylib-cs.Android` package
2023-08-27 08:12:46 +01:00
9b7bcec250 Update build.yml 2023-08-25 13:18:05 +01:00
fa682b00ac Fix build 2023-08-24 10:49:57 +01:00
Angga Permana
5ae2104c9a
Add experimental Android support (#190)
* Add `Raylib-cs.Android` project
* Update ci to handle android native libraries
* Update ci to pack android project
2023-08-23 13:18:50 +01:00
Angga Permana
e29d28de6b
Fix ci linux build (#183) 2023-08-08 17:18:39 +01:00
7e0866c222 Point release 4.5.0.3 2023-07-27 08:24:34 +01:00
Ben Parsons
902bcebddc
Include snupkg in release & Enable SourceLink (#175)
Fixes #143
2023-07-24 18:03:01 +01:00
Angga Permana
d73f5d84c0
build raylib from sources (#170) 2023-07-24 12:45:01 +01:00
Ben Parsons
8c72abb141
Update build.yml (#140) 2022-11-01 07:31:23 +00:00
Ben Parsons
65d9150ec4
Update GitHub Actions (#126) 2022-09-03 23:48:11 +10:00
Ben Parsons
6f7eff030d
Update GitHub Actions (#125) 2022-09-03 23:19:32 +10:00
f9284d4505
Point release 4.0.0.2 (#122) 2022-09-03 23:13:16 +10:00
e5934b86ba 4.0 (#100)
* Fix formatting/update doc comments in Raylib.cs

* Update types in Raylib.cs to 4.0

* Remove app.config

* Update Raylib.cs functions

* Split Enums, Structs & Classes into own files

* Testing utils for Raylib.cs

* Update Raylib-cs.csproj

* Reorganize types
- Move into types folder
- Group types based on usage

* Fix parameter names

* Rename CloseAudioStream to UnloadAudioStream

* Remove ref SetShaderValue overloads

* Remove some constants from Raylib.cs

* Include README.md in package

* Replace old version of GetDroppedUtils

* Update README.md

* Remove Physac-cs and Raygui-cs
- Not actively maintained and a pain for users to setup...

* Update comments to xmldoc

* Rename Gestures enum to Gesture

* Minor fixes
- Rename Gestures enum to Gesture
- Update tests to net6.0

* Testing CBool type instead of bool

* Update XmlDoc comments

* Update build.yml to net6.0 for tests

* Remove Easings.cs
- Easings used to be part of raylib. It is now a separate extra library
so I am removing it from the main bindings.

* Update rlgl

* More XmlDoc comments

* Use CBool in structs

* Big unsafe update

* Fix typos and change refs to pointers in Rlgl

* Update LoggingUtils and Material

* Fix typo in Rlgl

* Update build.yml

* Rename RaylibUtils.cs to Raylib.Utils
now a partial class

* Convert some RLGL consts to Enums

Also added helper methods/overloads for related methods

* Make class Raylib partial

* Convert some text functions to not use ref

I dont think they will work. need testing

* Testing fixes for Text functions

* Create rlMultMatrixf safe overload

* Implement safe ModelAnimation

* Testing fix for ModelAnimation using wrapper struct

* Added TODOs

* Fix rlMultMatrixf
- Add missing ToFloatV functions to Raymath
- Fix rlMultMatrixf overload to use MatrixToFloatV

* Fix IsGestureDetected and formatting

* Add a few text tests

* Move wrapper functions into Raylib.Utils

* Remove ref from raylib bindings

* Multi-target net5.0

* Testing string approaches

* Fixing more util and unsafe functions

* Testing TraceLogCallback fix

Set lang version to C# 10

* Replace managed callbacks with unsafe delegates

* Update default LogConsole callback

* Setup unsafe/safe functions for math types in Raylib.cs

* Replace string in Rlgl with sbyte*

* Yet more string changes
- Use sbyte/byte correctly in Raylib.cs
- Using Marshal.StringToCoTaskMemUTF8
- Update utils string usage

* Fix typo bug and whitespace

* Fix DrawTextPro and more whitespace

* Remove unused ToString

* Add file functions back into Raylib

* Test paths filter for pull requests

* Change to paths-ignore filter

* Redo partial change

* Move binding functions into interop folder

Co-authored-by: Ben Parsons <9parsonsb@gmail.com>
2022-02-15 00:00:13 +11:00
Ben Parsons
15bbfc2968
Update new-issue-template.md
I like to live life on the edge - commit directly to master!
2022-01-20 21:03:28 +11:00
Ben Parsons
0460d2c2db
Github Actions for Nuget Releases (#95)
* Add Raylib target tag to app.config

* Enable GitHub Actions on all PRs

* Create and upload NuGet package

Co-authored-by: ChrisDill <chris.rj.dill@gmail.com>
2021-10-02 21:21:11 +10:00
e50b30e870 Add new-issue-template and update README.md 2021-08-29 08:02:18 +01:00
927af656ab Update build.yml to run tests 2021-01-15 10:45:05 +00:00
2c7d2a6358 Rename dotnetcore.yml to build.yml 2021-01-02 15:53:59 +00:00
b87362fd28 Update workflow and README.md ready to merge into master
- Should be able to run workflow manually and pushes will only run it if they are on master.
- Update README.md with new version + note about the nuget package being out of date.
2020-12-27 17:11:21 +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.
2020-11-28 14:50:11 +00:00
bae7289476
Update dotnetcore.yml 2020-07-21 07:40:45 +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.
2020-04-07 20:41:22 +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.
2020-04-01 14:35:26 +01:00
a20d154f96 Update dotnetcore.yml
- Got a Node run failed error. Changed to full version instead of just 3.1.
2020-01-29 20:04:37 +00:00
72eaf6cf34 Update dotnetcore.yml
- Changed back to just one version of .NET Core.
2020-01-29 19:58:21 +00:00
1018def995 Update dotnetcore.yml
Learning about continuous integration.
- Testing build using multiple versions of .NET Core.
2020-01-29 19:53:13 +00:00
18c264f0c9 Create dotnetcore.yml
Initial test for github actions. Builds using dotnet core.
2020-01-05 14:15:51 +00: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
a636ce12eb Update issue templates 2018-09-26 18:32:29 +01:00