Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML Shaders  (Read 1940 times)

0 Members and 1 Guest are viewing this topic.

Megatron

  • Newbie
  • *
  • Posts: 22
    • View Profile
SFML Shaders
« on: December 22, 2011, 09:08:27 pm »
I was wondering if there was a list of shaders people have written for use with SFML? If not, would it be possible to make one (either in this thread or on the wiki)

I'm curious at some of the more interesting shaders people have come up with. I can search around the internet and find various shaders, but alot of them aren't written as purely fragment/2D (specifically SFML) and require translation to work under SFML. It would likely save myself and others lots of time if peopel who've written shaders would be willing to share :)

Assuming this is the appropriate place to post this, I'd love to see what people have come up with so I can incorporate and play with them (credit will be given if I end up using them of course)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML Shaders
« Reply #1 on: December 22, 2011, 09:42:22 pm »
You can have a look at the Shader example, it implements a bunch of shaders.
Laurent Gomila - SFML developer

Walker

  • Full Member
  • ***
  • Posts: 181
    • View Profile
SFML Shaders
« Reply #2 on: December 23, 2011, 02:09:26 am »
If you specify that you're looking for post-processing effects/shaders, you might have some more luck. (Not get so many effects that rely on a matching vert shader)