--
You received this message because you are subscribed to the Google Groups "shedskin-discuss" group.
To post to this group, send email to shedskin...@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
hmm, there seem to be two versions of the website. this one has the source code:
> And the 16xFSAA ?
I think this one is relatively simple. just take 4x4 monochrome
pixels, count how many are 'on' and that's the value for the resulting
pixel.
> Is the 16xFSAA used in hq2x itself?
no, the two work in opposite directions. hq2x makes an image larger,
and fsaa makes it smaller.
thanks,
mark.
--
http://www.youtube.com/watch?v=E6LsfnBmdnk
well, it might result in a nice new example program.. ;-)
sure this is fascinating stuff.. unfortunately I can't get too deep
into other projects at the moment though. let me know if you have/find
some working python code that we could (almost) run through shedskin.
I implemented a simple "snappy" decompressor last week, but it was too
small to add to examples/. perhaps a compressor would be more
interesting, but I haven't looked into this yet.
thanks,
mark.
Unfortunately I not found any code in python, only in Java (2 versions
of supersampling, but it would be necessary to isolate only the code
for supersampling because it is messed with other codes, and then
translate to python) or C/C++, or even in shading language (it is the
case of FXAA)...
I know that you are busy to other projects... and cant get more things
to develop.... I understand, but.... the FXAA is not a big code.... most
of the file is purely comments explaining how it works! Near, 6 to 10 lines
of comments for each line of code, and also, there are many variations
of the same code for many targets, so, isolating only the interesting
version, the one with highest quality.... there is only 500 lines of code...
By the way, I think worth porting FXAA, as it is from Nvidia, and is
becoming very popular... and is fast with a good quality....
The case of supersampling, using poisson disc for distribution, well, it
is the most high quality AA I found of dozens techniques, but the
processing it takes is really overkill.... and I bet no one will use this...
It is the direct link to the FXAA code...
https://docs.google.com/leaf?id=0B2manFVVrzQAOWUwODM1YmQtNmEwOC00ZDBlLThlYzMtYzE4ZDM1ZjRlMzMx&sort=name&layout=list&num=50
2012/1/20 Mark Dufour <mark....@gmail.com>: