Jump to content

Search the Community

Showing results for tags 'film noise'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. I needed some aging filters for a game and ported two webgl shaders to Phaser filters. Licensing carries over (quite liberal licensing, so I though keeping it that way), so that's why I'm releasing the filter code here: https://github.com/jounii/phaser-filterkit The two filters are: Vignette, for classic vignette effect. Pretty straight port from Evan Wallace's implementation. He has tons of other great shaders too, but don't have need for those now. FilmGrain, for a realtime (although filter has small impact on fps) realistic analog type of film grain. It was a bit job to find this kind of filter which looked good, but here it is. It is based on Martin Upitis' research and code (http://devlog-martinsh.blogspot.fi/2013/05/image-imperfections-and-film-grain-post.html). Ported (with some adaptations) from the shader code he released. There's small demo also which I used for testing the filters (looks better animated):
×
×
  • Create New...