Skip to content

Commit

Permalink
chore: degit command (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Aug 19, 2024
1 parent df712af commit dd07011
Show file tree
Hide file tree
Showing 158 changed files with 629 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ index: [demos](demos)
To use a given [`basic-demo`](demos/basic-demo) as a template for a new `myproject`:

```sh
$ npx -y degit pmndrs/examples/demos/basic-demo myproject
$ npx degit pmndrs/examples/demos/basic-demo myproject
$ code myproject
```

Expand Down
4 changes: 4 additions & 0 deletions demos/aquarium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/aquarium)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/aquarium)

```sh
$ npx degit pmndrs/examples/demos/aquarium
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/arkanoid-under-60-loc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/arkanoid-under-60-loc)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/arkanoid-under-60-loc)

```sh
$ npx degit pmndrs/examples/demos/arkanoid-under-60-loc
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/arkanoid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/arkanoid)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/arkanoid)

```sh
$ npx degit pmndrs/examples/demos/arkanoid
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/audio-analyser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/audio-analyser)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/audio-analyser)

```sh
$ npx degit pmndrs/examples/demos/audio-analyser
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/backdrop-and-cables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/backdrop-and-cables)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/backdrop-and-cables)

```sh
$ npx degit pmndrs/examples/demos/backdrop-and-cables
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/baking-soft-shadows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/baking-soft-shadows)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/baking-soft-shadows)

```sh
$ npx degit pmndrs/examples/demos/baking-soft-shadows
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/basic-ballpit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/basic-ballpit)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/basic-ballpit)

```sh
$ npx degit pmndrs/examples/demos/basic-ballpit
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/basic-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/basic-demo)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/basic-demo)

```sh
$ npx degit pmndrs/examples/demos/basic-demo
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/bestservedbold-christmas-baubles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bestservedbold-christmas-baubles)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bestservedbold-christmas-baubles)

```sh
$ npx degit pmndrs/examples/demos/bestservedbold-christmas-baubles
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/bezier-curves-and-nodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bezier-curves-and-nodes)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bezier-curves-and-nodes)

```sh
$ npx degit pmndrs/examples/demos/bezier-curves-and-nodes
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/bloom-hdr-workflow-gltf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bloom-hdr-workflow-gltf)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bloom-hdr-workflow-gltf)

```sh
$ npx degit pmndrs/examples/demos/bloom-hdr-workflow-gltf
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/bouncy-watch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bouncy-watch)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bouncy-watch)

```sh
$ npx degit pmndrs/examples/demos/bouncy-watch
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/bounds-and-makedefault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bounds-and-makedefault)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bounds-and-makedefault)

```sh
$ npx degit pmndrs/examples/demos/bounds-and-makedefault
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/bruno-simons-20k-challenge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bruno-simons-20k-challenge)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bruno-simons-20k-challenge)

```sh
$ npx degit pmndrs/examples/demos/bruno-simons-20k-challenge
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/building-dynamic-envmaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/building-dynamic-envmaps)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/building-dynamic-envmaps)

```sh
$ npx degit pmndrs/examples/demos/building-dynamic-envmaps
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/building-live-envmaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/building-live-envmaps)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/building-live-envmaps)

```sh
$ npx degit pmndrs/examples/demos/building-live-envmaps
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/bvh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bvh)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bvh)

```sh
$ npx degit pmndrs/examples/demos/bvh
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/camera-scroll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/camera-scroll)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/camera-scroll)

```sh
$ npx degit pmndrs/examples/demos/camera-scroll
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/camera-shake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/camera-shake)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/camera-shake)

```sh
$ npx degit pmndrs/examples/demos/camera-shake
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/canvas-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/canvas-text)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/canvas-text)

```sh
$ npx degit pmndrs/examples/demos/canvas-text
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/cards-with-border-radius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/cards-with-border-radius)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/cards-with-border-radius)

```sh
$ npx degit pmndrs/examples/demos/cards-with-border-radius
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/cards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/cards)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/cards)

```sh
$ npx degit pmndrs/examples/demos/cards
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/caustics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/caustics)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/caustics)

```sh
$ npx degit pmndrs/examples/demos/caustics
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/cell-fracture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/cell-fracture)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/cell-fracture)

```sh
$ npx degit pmndrs/examples/demos/cell-fracture
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/clones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/clones)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/clones)

```sh
$ npx degit pmndrs/examples/demos/clones
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/clouds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/clouds)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/clouds)

```sh
$ npx degit pmndrs/examples/demos/clouds
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/color-grading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/color-grading)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/color-grading)

```sh
$ npx degit pmndrs/examples/demos/color-grading
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/confetti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/confetti)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/confetti)

```sh
$ npx degit pmndrs/examples/demos/confetti
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/csg-bunny-usegroups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/csg-bunny-usegroups)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/csg-bunny-usegroups)

```sh
$ npx degit pmndrs/examples/demos/csg-bunny-usegroups
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/csg-house/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/csg-house)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/csg-house)

```sh
$ npx degit pmndrs/examples/demos/csg-house
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/csg-operations-rapier-physics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/csg-operations-rapier-physics)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/csg-operations-rapier-physics)

```sh
$ npx degit pmndrs/examples/demos/csg-operations-rapier-physics
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/dbismut-furniture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/dbismut-furniture)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/dbismut-furniture)

```sh
$ npx degit pmndrs/examples/demos/dbismut-furniture
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/diamond-refraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/diamond-refraction)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/diamond-refraction)

```sh
$ npx degit pmndrs/examples/demos/diamond-refraction
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/diamond-ring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/diamond-ring)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/diamond-ring)

```sh
$ npx degit pmndrs/examples/demos/diamond-ring
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/drei-rendertexture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/drei-rendertexture)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/drei-rendertexture)

```sh
$ npx degit pmndrs/examples/demos/drei-rendertexture
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/ecctrl-fisheye/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/ecctrl-fisheye)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/ecctrl-fisheye)

```sh
$ npx degit pmndrs/examples/demos/ecctrl-fisheye
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/edgesgeometry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/edgesgeometry)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/edgesgeometry)

```sh
$ npx degit pmndrs/examples/demos/edgesgeometry
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/enter-portals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/enter-portals)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/enter-portals)

```sh
$ npx degit pmndrs/examples/demos/enter-portals
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/environment-blur-and-transitions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/environment-blur-and-transitions)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/environment-blur-and-transitions)

```sh
$ npx degit pmndrs/examples/demos/environment-blur-and-transitions
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/envmap-ground-projection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/envmap-ground-projection)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/envmap-ground-projection)

```sh
$ npx degit pmndrs/examples/demos/envmap-ground-projection
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/faucets-select-highlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/faucets-select-highlight)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/faucets-select-highlight)

```sh
$ npx degit pmndrs/examples/demos/faucets-select-highlight
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/flexbox-yoga-in-webgl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/flexbox-yoga-in-webgl)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/flexbox-yoga-in-webgl)

```sh
$ npx degit pmndrs/examples/demos/flexbox-yoga-in-webgl
```

![](thumbnail.webp)
4 changes: 4 additions & 0 deletions demos/floating-diamonds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
[![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/floating-diamonds)
[![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/floating-diamonds)

```sh
$ npx degit pmndrs/examples/demos/floating-diamonds
```

![](thumbnail.webp)
Loading

0 comments on commit dd07011

Please sign in to comment.