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