Ok, so I've been playing more and more with S2DL while trying to get things wrapped up on a few projects. Now I have a few questions:

1) How exactly do I resize the SDL window once its open, and can this be done in mid render (IE: After the clear and before the flip)?
2) How do I go about switching between full screen and windowed mode?
3) Is there a way to load any 3D model formats?
4) Why do some MS Paint bitmap images not render properly (color is all off)
5) Where is the support for GLSL, or should I make use of the standard OpenGL version? Also any samples?
6) Any frigging tutorials out there, not just samples, but tutorials ?
7) Is S2DL only for 2D SDL applications, or have I not figured out how to integrate 3D yet ? (I'm guessing that since its Simple 2D that its only for 2D)

Anyways, I know some of the questions will seem a bit ignorant, but I have to ask . Thanks for any answers.