Skip to content

camenwong/moving-images-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 as Firstname_NameOfMyShader.png to data/images.

  • create a new entry in the data/data.json file with all necessary information. Below the current template:

    {
      "filename": "Alex_PulseAh",
      "title":  "Pulse Ah",
      "author": "Alex",
      "filters": {
        "color": ["black", "..."],
        "shapes": ["circle", "rectangle" "..."],
        "category": ["pattern", "noise" "..."]
      },
      "format": "1:1"
    }
    
  • to add your name to the student list enter your name and a link to the students section in the data/data.json file.

    {
      "name": "Alex",
      "link":  "alex-example.com",
    },
    
    

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.

The lessons for the course can be found in this repo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • GLSL 2.2%
  • Other 0.4%