/moving-images-website

Primary LanguageJavaScriptMIT LicenseMIT

moving-images-website

How to add your sketch to the website

Please submit your shader in the following format:

  • upload Firstname_NameOfMyShader.frag (respect upper and lower case) to data/shaders.
  • upload a screenshot of your shader in the dimensions 512x512 to data/images. PNG and JPG are both fine.
  • create a new entry in the data/data.json file with all necessary information. Below the current template:
    {
    "filename": "Firstname_NameOfMyShader",
    "title":  "Name of your Shader",
    "author": "Firstname",
    "filters": ["color", "shape", "..."],
    "format": "1:1"
    }
    

To use textures upload your image into the folder data/textures/. In your shader add the URL as a comment next to the texture uniform. See template_texture.frag for reference.