Skip to content

Latest commit

 

History

History
113 lines (92 loc) · 5.99 KB

File metadata and controls

113 lines (92 loc) · 5.99 KB

Class 8

🛠️ Shaders

Platforms & tools

Using GLSL shaders in p5js

Educational resources

Advanced shader resources

Demoscene

📝 Homework:

Read:

Watch:

Build something with shaders

  • Recommended starter project:
  • Other ideas
    • Build an interactive or animated shader to use as a background for one of your previous sketches
    • Use the webcam as a texture and create an effect with the ISF Editor
    • Use ilter() or createFilterShader() in p5js to make post-processing effects
    • Build your own particle system
    • Remix a shader that you find interesting on Shadertoy

📋 Review code

  • Present your audio sketches