Dennis Steffen
21d83c60a9
Upgrade Raylib to 6.0 ( #337 )
...
* Updated target to Raylib 6 + synced invoke called with the changes in C. [WARNING: Breaking changes!]
* Added severial examples. Corrected towards the correct return type and add utilities to prevent working with pointers
* Additional resources from the Raylib repo.
* Fixed additional pinvokes to match with the new raylib bindings. [Warning breaking changes!]
* Fixing the QOL utils
* Fixing the Mesh struct
* Applying changes after review. Merged resources.LICENSE + raylib-cs.Native.csproj only targets dotnet8
* Updated README to reflect .NET 10 and Raylib 6 compatibility changes.
* Updated shader colors, adjusted car model scale, disabled HDR in SkyboxDemo, and fixed camera mode assignment. Removed unused `Capacity` field in FilePathList struct.
* Improved XML comments for consistency, fixed spacing and formatting across examples, added new resources to `resources.LICENSE`.
* Updated XML comment for `GetDirectoryFileCountEx` to clarify behavior and filtering options.
* Updated and clarified XML comments for methods and parameters, improved naming consistency, and refined shader-related functions. Renamed enums in `Shader.cs` for so it is inline with the upstream.
* Improved XML comments for clarity and consistency in `Model.cs` and `Mesh.cs`, updated method and variable names for better readability, and adjusted logic in span creation methods.
* Corrected XML comment capitalization in `Model.cs`.
---------
Co-authored-by: Meatcorps <info@meatcorps.nl>
2026-05-24 07:21:12 +01:00
..
alpha_discard.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
ascii.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
base.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
base.vs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
bloom.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
blur.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
cel.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
cel.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
color_correction.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
color_mix.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
cross_hatching.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
cross_stitching.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
cubemap.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
cubemap.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
cubes_panning.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
deferred_shading.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
deferred_shading.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
depth_render.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
depth_write.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
distortion.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
dream_vision.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
eratosthenes.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
fisheye.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
fog.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
game_of_life.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
gbuffer.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
gbuffer.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
grayscale.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
hybrid_raster.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
hybrid_raymarch.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
julia_set.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
lighting.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
lighting.vs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
lighting_instancing.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
lightmap.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
lightmap.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
mandelbrot_set.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
mask.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
normalmap.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
normalmap.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
outline.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
outline_hull.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
outline_hull.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
palette_switch.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
pbr.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
pbr.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
pixelizer.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
point_particle.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
point_particle.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
posterization.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
predator.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
raymarching.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
reload.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
rounded_rectangle.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
scanlines.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
sdf.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
shadowmap.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
shadowmap.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
skinning.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
skinning.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
skybox.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
skybox.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
sobel.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
spotlight.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
swirl.fs
Update/merge examples back into main repo ( #192 )
2023-08-25 08:08:32 +01:00
tiling.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
vertex_displacement.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
vertex_displacement.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
voxel_lighting.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
voxel_lighting.vs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00
wave.fs
Upgrade Raylib to 6.0 ( #337 )
2026-05-24 07:21:12 +01:00