itay1313 / pencil-lines

Sketchy pencil lines post-processing three.js effect

Home Page:pencil-lines.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sketchy Pencil Lines Post-Processing Effect

✏️Link to live demo

example scene

Prerequisites

💡 This project uses yarn@3.2.1 and npm@8.1.2. Other versions might lead to different package resolutions, proceed with caution. Example commands use yarn.

Development

To start the development server, run the following command:

yarn install
yarn dev

To build the project, run:

yarn build

And if you wish to automatically start a server to preview your build, you can run:

yarn build && yarn preview

About

Sketchy pencil lines post-processing three.js effect

pencil-lines.vercel.app

License:MIT License


Languages

Language:TypeScript 59.0%Language:GLSL 31.1%Language:SCSS 4.9%Language:JavaScript 3.6%Language:HTML 1.2%Language:Shell 0.2%