An open API service indexing awesome lists of open source software.

https://github.com/d3adrabbit/scanningeffectwithdepthmap


https://github.com/d3adrabbit/scanningeffectwithdepthmap

threejs tsl webgpu

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# WebGPU Scanning Effect with Depth Maps

A WebGPU-powered visual experiment that explores a scanning effect using a depth map and procedural masking, rendered with custom shaders and animated in real time.

![Image Title](https://tympanus.net/codrops/wp-content/uploads/2025/03/scaneffect_featured.jpg)

[Article on Codrops](https://tympanus.net/codrops/?p=90674)

[Demo](https://tympanus.net/Development/ScanEffect/)

## Installation

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

## License

[MIT](LICENSE)