benjamin-white / glsl-shader-exp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Main Libraries In Use

  • Webpack raw-loader and glslify-loader to handle .vert and .frag files
  • lamina to simplify the creation of layered and shaded materials
  • three to simplify working with WebGL
  • @react-three/fiber as a convenient declarative React wrapper over ThreeJS
  • next to handle routing, page structure and SSR

Credits

A lot of GLSL code was pulled from Inigo Quilez and Maxime Heckel.

About


Languages

Language:TypeScript 48.6%Language:GLSL 44.0%Language:CSS 5.6%Language:JavaScript 1.8%