michalzalobny / book-of-shaders-playground

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.

Home Page:http://book-of-shaders-playground.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://book-of-shaders-playground.vercel.app


Languages

Language:GLSL 55.2%Language:TypeScript 37.7%Language:SCSS 6.8%Language:JavaScript 0.3%