Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

SFML Shaders


JohnPony
 Share

Recommended Posts

Does anyone know of a good article that explains the logic behind Shaders, it doesn't necessarily have to be oriented to SFML, as I'm pretty sure the logic is universal. I really don't want a link to some pre-made code, as I want to figure this out myself; I've tried looking around and I just can't find anything that would explain it to me.

Regards,

GP
Link to comment
Share on other sites

> look at a premade code and figure it out from it?

Good luck with that. You'll have to understand numerous concepts related to both advanced computer graphics and linear algebra if you want to take that route.

> Does anyone know of a good article that explains the logic behind Shaders, it doesn't necessarily have to be oriented to SFML, as I'm pretty sure the logic is universal. I really don't want a link to some pre-made code, as I want to figure this out myself; I've tried looking around and I just can't find anything that would explain it to me.
>
> Regards,
>
> GP

SFML is just a cross-platform library that simply offers an abstract interface to deal with graphics, sound, etc. However, it doesn't really do anything with shaders. If you want to learn about writing shaders for OpenGL, then you can find more information at the following websites:

* http://www.arcsynthesis.org/gltut/index.html
* https://en.wikibooks.org/wiki/OpenGL_Programming

Yours faithfully

S.J.R. van Schaik.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...