Skip to content

Web application that I've built while learning from "The Book Of Shaders" 🔮. It features most of the fragment shader concepts covered in the book and more.

Notifications You must be signed in to change notification settings

3d-freefork/book-of-shaders-playground

 
 

Repository files navigation

Getting Started

First install dependencies with:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Web application that I've built while learning from "The Book Of Shaders" 🔮. It features most of the fragment shader concepts covered in the book and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GLSL 55.2%
  • TypeScript 37.7%
  • SCSS 6.8%
  • JavaScript 0.3%