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

25 Commits

Author SHA1 Message Date
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
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
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
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