2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

47 Commits

Author SHA1 Message Date
b3cab69ae9 Update MeshGeneration example 2023-09-19 08:03:48 +01:00
e9220c14df Unload panorama texture in SkyboxDemo 2023-09-17 13:31:10 +01:00
49871bcd8b Fix issues with the SkyboxDemo example 2023-09-17 13:26:12 +01:00
f1dcfe1294 Add MeshDemo example using the new Mesh utils 2023-09-09 20:12:37 +01:00
WraithGlade
730e0136b5
Fixed problem where Xbox controller wouldn't appear for InputGamepad. (#198)
* Fix problems associated with this file which are detailed in issue #195
2023-09-09 13:26:16 +01:00
e6efae119b Add option to run a specific example at runtime 2023-09-09 07:37:45 +01:00
d1f0b9fd91 Group example utils into folder 2023-08-27 14:01:35 +01:00
5640e290e7 Update Examples to use Raylib-cs.Native 2023-08-25 09:36:01 +01:00
bcdf8cec5b
Update/merge examples back into main repo (#192) 2023-08-25 08:08:32 +01: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.
2020-03-06 23:14:27 +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
f43c79ee55 Moved tests into their own folder. 2019-03-08 11:32:25 +00:00
a01efa4a09 Initial example update
- Updating examples with new changes.
2019-02-11 11:30:02 +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
2e6a583193 Fixed VR issue
- Fixed werid graphical bug with VR. Issue was with the struct for VrDeviceInfo.
2018-11-22 15:00:25 +00:00
e6c3d8532f Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs 2018-10-26 18:39:19 +01:00
e8ca589e6f Update Examples/text/text_input_box.cs
- Changed to char array.
- Fixed backspace out of bounds issue.
2018-10-26 18:39:13 +01:00
Mikael Rasmussen
386ae3c29e Merge remote-tracking branch 'ChrisDill/master' 2018-10-26 17:47:23 +02:00
Mikael Rasmussen
63a230ae21 Vr example runs, but does not render properly 2018-10-26 13:05:34 +02:00
dbb642b773 Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs 2018-10-25 18:20:15 +01:00
26cd2c6337 Fixing more examples
- Changed a few parts to use IntPtr for now.
2018-10-25 18:20:13 +01:00
Mikael Rasmussen
0d31d18479 Merge remote-tracking branch 'ChrisDill/master' 2018-10-25 19:08:56 +02:00
Mikael Rasmussen
b020a7be91 fix for dropfiles 2018-10-25 18:57:12 +02:00
67d5628fe3 Removed FormatText + SubText change
- Using built in string.Format instead of FormatText.
- SubText changed to extension method for a string that uses Substring and a bound limit.
2018-10-25 17:21:47 +01:00
f7ab1fbd7a Better error handlingfor examples 2018-10-25 12:29:10 +01:00
Mikael Rasmussen
37f2201054 merge 2018-10-24 21:23:53 +02:00
Mikael Rasmussen
570dadffb4 Removed git ignore for .obj, we need em for examples 2018-10-24 21:14:47 +02:00
Mikael Rasmussen
4d1ee4d87b Models closer to working, just lights being weird 2018-10-24 21:09:13 +02:00
0b5bd6f453 Update Examples/Test.cs
- Back to using relative paths for testing examples. For example enter "core/core_basic_window".
2018-10-24 20:06:20 +01:00
Mikael Rasmussen
0ad83579fa changeDirectory fix for FX, not sure if works with core. 2018-10-24 20:06:57 +02:00
527bf58521 Fixed trailing whitespace
- Removed trailing whitespace from bindings and examples.
2018-10-24 12:41:55 +01:00
3eb0989ec1 Fixed line endings
- Line endings were not correct causing files to not display correctly.
2018-10-23 21:57:39 +01:00
Mikael Rasmussen
a9b598e254 Merge remote-tracking branch 'origin/master' 2018-10-23 18:15:20 +02:00
3c747fa18d Moved example menu
- Menu for example removed from Test projects and moved to exampes.
- Changed nativeLibName from raylib.dll to raylib. It should find the correct one this way but might need a dll.config file.
2018-10-23 17:13:25 +01:00
Mikael Rasmussen
fc0be2eca2 Models_material_pbr partial rewrite 2018-10-23 18:08:27 +02:00
Mikael Rasmussen
6f6212c335 uuuh, kinda works now 2018-10-23 18:01:45 +02:00
Mikael Rasmussen
fdfd063777 Uncommented 2 unsupported functions, and added a todo for later. Come back when root issue is fixed. 2018-10-23 14:24:19 +02:00
6a02bb9d08 Porting examples
- Test.Common now used for Examples project.
- Testing examples alot.
2018-10-22 16:10:20 +01:00
fc0527a2ef Review and cleanup
- General cleanup.
- Fixed missing functions from raymath.
- Nuget info part of project file.
2018-10-20 13:16:58 +01:00
4b2c7b1e07 Added Build.bat for Examples 2018-10-15 14:35:14 +01:00
3f17281969 Back to unsafe
- Fixed array issue means we have to use unsafe in a few parts for now.
- Testing rayforms in bindings
2018-10-12 20:42:51 +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
f880241ee4 No longer require unsafe option
- Change unsafe/fixed to use IntPtr or MarshallAs instead.
- Added methods in physac to marshall IntPtr returns to PhysicsBodyData.
2018-09-23 12:34:40 +01:00
8272439d26 Fixed .proj settings and readme 2018-09-10 12:25:13 +01:00
410d50c65f Updated bindings!
- Changed internal class name from rl to Raylib.
- Improving documentation and tidying bindings a bit.
- Renamed DrawControl to RayForm.
- Bindings now a class library for easy reuse.
2018-09-10 12:18:51 +01:00
62561d0bdb Setting up examples project
- Dedicated project for raylib examples using Bindings as a class library.
2018-09-10 11:42:18 +01:00