0xDEADC0DE » Blog Archive » Tutorials!
Apr
16

Tutorials!

Posted under Website by Eclipse

I just finished my first programming tutorial written in English!

It’s about an underrated argument in the sea of game programming tutorials: using shaders for 2d or 3d postfiltering.

You can read all the stuff here. And don’t forget to leave me a comment about it! ;)

  1. Ksmiler Said,

    Nice tutorial, liked the underwater effect one!

  2. JeGX Said,

    Ottimo lavoro Beppe! Mi piace molto questo tipo di tutorial.
    Keep up the great work!
    -JeGX-

  3. Tim Whitbeck Said,

    Excellent tutorial. Thanks for sharing your knowledge. I just stumbled upon a small mistake in your code, I think.
    After the section “Color Tuning” you start referring to the sampler as “TextureSampler” instead of “sceneSampler”
    So for those of us who do copy/paste, it stops working. Simple, fix, but I thought I’d point it out. Thanks again for your excellent tut.

  4. Eclipse Said,

    Thanks Tim!
    I’m glad you liked it, I also hope to have the time to do the second part soon. ;)

  5. Finalfire Said,

    Hey Eclips ;)
    Ottimo tutorial, scritto molto bene, chiaro e conciso.
    Thanks for sharing!

  6. Gary Gan Said,

    Great job!
    Where can I find the second part of the tutorial, like the gaussian, blur filters?

  7. Eclipse Said,

    Hello, I think I’ll do it soon and this time I’ll upload also the source code :)

Add A Comment