I'm using MATE desktop environment on Linux Mint Nadia. I want to write my very own screensaver for mate-screensaver, but with SDL (not OpenGL).
I've been looking for solutions, found some usable source code here and here. But the problem is that these screensavers are using OpenGL context, and because I don't know OpenGL nor GTK, I just can't replace the OpenGL parts with SDL. (a basic SDL_Surface to draw on would be more than enough for me) If someone would help me I would be really glad!
(but please don't recommend me to use OpenGL, I have my reasons to use SDL)
Thanks!