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

66 Commits

Author SHA1 Message Date
55eaf9ce5c Update README.md 2023-04-15 11:33:37 +01:00
WraithGlade
63e2984f72
Added some help info for NuGet use. (#152) 2023-04-09 07:54:36 +01:00
0b95295218
Update README.md 2023-03-30 20:08:00 +01:00
7924d6f0aa
Point release 4.2.0.2 (#148) 2023-03-05 11:03:11 +00:00
d9563db3a3
Update README.md 2022-10-01 18:37:35 +01:00
7602b5b520
Point release 4.2.0.1 (#134) 2022-10-01 18:33:57 +01:00
0d994b0992
Update to raylib 4.2 (#117)
Update bindings to use raylib 4.2.0. Review comments and utils.
2022-10-01 12:27:25 +01:00
f9284d4505
Point release 4.0.0.2 (#122) 2022-09-03 23:13:16 +10:00
8c15fd906f v4.0.0.1 2022-03-02 09:05:27 +11: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
6140872094 3.7.0.1 2021-10-02 13:44:55 +01:00
e50b30e870 Add new-issue-template and update README.md 2021-08-29 08:02:18 +01:00
207ba0ab1a Review minor project details
- Disable warning for missing doc comments for now.
- Specify specific version or System.Numerics.Vectors.
- Format fixes.
2021-05-12 09:38:37 +01:00
094c4e7789 Update project details and experimental libs
- Unsure on experimental lib at the moment. Need to test pinvoke
overhead. Might move to examples repo.
- Update README.md.
- Update Raylib-cs.csproj.
- Remove GenMeshDefault.
2021-05-11 08:19:46 +01:00
nailuj29gaming
1dbd15e13e
Use vanity URL in discord link 2021-03-15 10:44:05 -04:00
4d5c5c913f
Update README.md 2021-01-25 12:55:03 +00:00
Ben Parsons
40e8933f45 Update README.md 2021-01-16 11:30:57 +00:00
9c7436ff00 Update nuget version in README.md 2021-01-15 16:23:16 +00:00
5c2d41f585 Update README.md
- Update badge link and improved the layout.
2021-01-02 16:01:22 +00:00
545084b3f2 Update README.md 2020-12-28 10:56:29 +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
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.
2020-11-12 11:17:03 +00:00
06d092d462 Updated README.md.
- Made support information clearer.
- Updated Hello World example.
- Fixed LICENSE link.
2020-09-25 19:16:30 +01:00
a45c82c651
Update README.md 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.
2020-08-08 09:54:28 +01:00
ca567a5594 Updated README.md
NuGet package and easier installation
Added `runtimes/{tfm}/native` folder to make it clearer where to put native libraries
2020-05-02 17:03:00 +10:00
feae933468 Update README.md 2020-04-30 09:59:04 +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.
2020-04-28 20:53:45 +01:00
9a1be26f6a Update README.md 2020-04-02 08:45:45 +01:00
e936fd235d Update README.md 2020-03-26 22:29:10 +00:00
c80d7a1340 Update README.md 2019-06-04 08:17:54 +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
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
f43c79ee55 Moved tests into their own folder. 2019-03-08 11:32:25 +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
1168407f09 Update README.md 2019-02-06 18:52:03 +00:00
98dcce501f Update README.md 2018-12-29 13:22:54 +00:00
a4311b0e77 Update README.md 2018-12-03 16:37:45 +00:00
2104ac1534 Updated install instructions
-
2018-12-03 15:54:16 +00:00
7c0eb670b5 Update README.md 2018-11-22 15:13:33 +00:00
4b2c7b1e07 Added Build.bat for Examples 2018-10-15 14:35:14 +01:00
3b21284b5f Custom build instructions 2018-10-12 09:08:09 +01:00
e2a32241de Tidying up project
- Added Release folder for important dlls that will be used in nuget package
- Moved Rayforms into Examples folder
- Added updated generator(WIP)
2018-10-05 17:31:46 +01:00
7008c67dfa Changing examples to use makefile
- Testing a modified version of the makefile from raylib Instead of multiple project files for examples.
- Fixed readme example
2018-10-01 09:25:18 +01:00