Skip to content

tool3/shaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHAD3RS

A playground of WebGL experiments and shader explorations, built with Next.js and React Three Fiber.

shad3rs.mp4
  • Scenes and effects from the Three.js Journey course by the great Bruno Simon
  • Custom GLSL shaders I wrote or adapted
  • Experiments inspired by online tutorials, shader references, and shader browsing (yes it's a thing)

Goal

Threejs-journey is a beautiful comprehensive threejs course that takes you through the ropes and teaches you how to create performant, JS native apps with threejs.

I wanted to create a project that showcased all of these shaders/experiments but in a react-three/fiber app with nextjs so that I can share the knowledge and little quirks to make it work and allow others to build upon it.

Stack

Want more ?

Open an issue to request a specific threejs-journey shader or experience to be hosted in this project.

Why

why not ?