Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Pixel (Blur In/Out) Effect for Transitioning
- - By thelastinuit Date 2013-03-05 18:54
Hello there, guys

is there any other effect besides FadeTo? I want a pixel transition effect and I'm about to code it but perhaps someone else did it already.
Many thanks.
Parent - - By Spooner Date 2013-03-06 00:13
My ashton gem provides all sorts of nifty OpenGL shader effects with Gosu (and, of course, you could write your own). Graphical effects are generally crazy-slow if written at the Ruby level (and generally still too slow with TexPlay unless they are very simple). It is still marked as --pre, because some of it is broken (but not the shaders or image rendering).
Parent - By thelastinuit Date 2013-03-06 04:00
Oh well, I guess I will not do it then. Thanks!
Up Topic Gosu / Gosu Exchange / Pixel (Blur In/Out) Effect for Transitioning

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill