From 77a5b5a97a941802b8a014f0b05882be430e737f Mon Sep 17 00:00:00 2001 From: Enthusiast Guy <79939248+EnthusiastGuy@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:26:00 +0300 Subject: [PATCH 1/2] Added link to a shaders example repo --- articles/tutorials.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articles/tutorials.md b/articles/tutorials.md index d193faa0..4b15603c 100644 --- a/articles/tutorials.md +++ b/articles/tutorials.md @@ -51,6 +51,9 @@ Check out the awesome work of the larger MonoGame community with their own tutor - [Batholith Entertainment Game dev tutorials](https://www.youtube.com/playlist?list=PLZ6ofHM1rvK8lQSoKX1USZstM-ZXikFHp) - [Let's Code: The T-Rex Runner Game with MonoGame](https://www.youtube.com/watch?v=DJCQVJ83J1U) +## Shaders +- [MonoGame-Pixel-Planets - a port of Pixel Planets made by DeepFold with a lot of GLSL shaders converted to HLSL](https://github.com/EnthusiastGuy/MonoGame-Pixel-Planets) + ## Others - [Dark Genesis Blog MonoGame content](http://darkgenesis.zenithmoon.com/tag/monogame/) From 90c8d17a86c755baa479ed010ce218bb859e9260 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Thu, 31 Oct 2024 13:01:50 +0000 Subject: [PATCH 2/2] Added another too --- articles/tutorials.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/tutorials.md b/articles/tutorials.md index 4b15603c..c5167587 100644 --- a/articles/tutorials.md +++ b/articles/tutorials.md @@ -53,6 +53,7 @@ Check out the awesome work of the larger MonoGame community with their own tutor ## Shaders - [MonoGame-Pixel-Planets - a port of Pixel Planets made by DeepFold with a lot of GLSL shaders converted to HLSL](https://github.com/EnthusiastGuy/MonoGame-Pixel-Planets) +- [MonoGame-Shader-Samples](https://github.com/cpt-max/MonoGame-Shader-Samples) ## Others