I Wanna Community

Fangames => Game Design => Programming Questions => Topic started by: infern0man1 on July 26, 2015, 01:38:54 AM

Title: Small idea/question
Post by: infern0man1 on July 26, 2015, 01:38:54 AM
Would it be possible to create something similar to the effects used in this video (httpss://www.youtube.com/watch?v=9AUDd_iuEIk)? If so, what would be a good way to start?


I don't have plans on using something like this in the future, but I think it would be cool to see it in action in some fangame at some point.
Title: Re: Small idea/question
Post by: klazen108 on August 22, 2015, 07:23:26 PM
GM Studio brings a powerful new set of functionality with it, called Shaders. Think of shaders as mini programs that run on your GPU, and directly process graphics while they're being drawn.

The effect you linked in that video is known as a kaleidoscope effect, and googling kaleidoscope shaders brings up some neat results! (httpss://www.shadertoy.com/view/XslGz7)

Using GMStudio, you could add this shader, then turn it on while drawing your background image. Creating that effect would basically be a two step process. It's that simple!