Digital Paint Discussion Board
Development => General Development => Topic started by: ViciouZ on March 08, 2009, 03:55:29 PM
-
I was messing around with the linux SDL renderer and got FSAA working. For those who don't know what FSAA is, it's a graphics technique which smooths jagged edges on the screen. Currently it only works on linux but I'm trying to port the SDL driver to windows.
First screenshot normal, second with 2 samples, third with 4 samples
-
Ooh, very nice.
-
they all look the same 2 me.
-
That's pretty impressive. It seemed to work well, too.
-
they all look the same 2 me.
Look at the edges of the barriers.
If SDL can be made to work on windows (I have it partially working now) then it may make it easy to remove many of the OS-specific files, which would also probably make the renderer easier to integrate into the engine executable. However, it also adds another dependency of SDL, and I think jitspoe wants to keep external dependencies to a minimum. So if I do port it and it's released, it will likely be an option, like on the linux platform.
-
Wow that would be awesome in gameplay to actually have straight edges..
-
The kicker is, that is softens up everything. Take, for example, the layout of the rock wall. The first pic is very sharp, whereas each additional shot it is softer.
So, there has to be a balance in there somewhere.
-
No DP in SDL, please! D:
Can't OpenGL do AA?
-
Eiii, can you tell me why? All I've seen or read about SDL is good, apart from some small mouse input issues which are apparently now resolved.
-
Porting all of DP to SDL-- rendering, input, etc-- would be a huge pain and give just about nothing back. It'd probably be significantly slower, too (not that it'd be too noticeable on most computers).
-
It's possible to get FSAA on OpenGL without SDL. You shouldn't need to port drivers or anything crazy.
-
It looks like ''find 5 differences'' :D:D.
-
Yeah, just FSAA with SDL takes about 4 seconds and I wanted to see if it would compile (SDL was disabled in the makefile)
-
"Where's Waldo?"
-
I get AA for Paintball by forcing it for Paintball2.exe with NIVDIA's control panel.
-
See? Silly.