Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions articles/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ 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)
- [MonoGame-Shader-Samples](https://github.com/cpt-max/MonoGame-Shader-Samples)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second link (https://github.com/cpt-max/MonoGame-Shader-Samples) is great, but it's for the compute branch. Those features are delayed until 5.0 on the roadmap (conflicts with Native plans). Really great shaders though.


## Others

- [Dark Genesis Blog MonoGame content](http://darkgenesis.zenithmoon.com/tag/monogame/)
Expand Down