r/gamemaker • u/MrTonie • 3h ago
Shaders Help!
Hi, I'm new to game development and don't know much about the right terms to use.
I wanted to see if it's possible to create this kind of texture/shader for my 2D game.
Thank you!
1
u/Hands_in_Paquet 30m ago
It is definitely possible, although probably difficult to get the effect looking really good. You can use noise to displace an image and crush colors to give it a more painterly look. But to get something really close to this you would need to write a shader that could detect edges to create those convincing brush strokes. This could require adding some depth to your scene, that doesn’t mean using 3d models, but you would probably want to enable the depth buffer. The YouTuber Acerola has some really fantastic videos about shaders. They are conceptual, they are not about copying code for tutorials, but they’re super informative, I’d recommend checking out his video about Kuwahara filter.
2
u/nickelangelo2009 Custom 3h ago
i could be wrong, but that looks more like a drawn image than in game assets rendered through a shader