Blog

Home Forums Advanced Play with Shader GLSL !

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4690
    Bazik
    Participant

    You can add Shader GLSL files (.frag) in Bazik, create your own and share them with the community. What is Shader ? A shader is a computer program that is

    Read the full story here

    #4771
    skulpture
    Participant

    I have never made my own GLSL shaders before.

    Is there any other software apart from http://pixelshaders.com/editor/ where I can start to experiment? For example how do I save a GLSL?
    Thanks.
    #4772
    Maxime
    Participant

    There is no software for creating GLSL shaders because it’s just simple text file (with .frag extension). You can edit them with TextEdit.

    Pixelshaders.com is the best way to start, and https://www.shadertoy.com/ is a nice samples platform.
    #4773
    skulpture
    Participant

    OK thanks.

    Is it as simple as just changing the .txt to .frag?
    #4774
    Maxime
    Participant

    Yes, no encoding require or something like this.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.