Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 543 Bytes

Custom Trips Shader Demo

This is an example repo for testing out a DeckGL custom layer implementation.

To Start

Install dependencies

npm install

Start the dev server, which will be running at http://localhost:3000

npm run dev

You should see something similar at the server location. image

The Code

The custom layer in question is in /layers/CustomLayer.js