Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Redirect from regl.party to regl-project.github.io
  • Loading branch information
rreusser authored Aug 9, 2024
1 parent 63cd83c commit 8795901
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,15 @@ regl.frame(({time}) => {
})
```

See this example [live](http://regl.party/examples/?basic)
See this example [live](https://regl-project.github.io/regl/www/gallery.html)

### [More examples](https://regl-project.github.io/regl/www/gallery.html)

Check out the [gallery](https://regl-project.github.io/regl/www/gallery.html). The source code of all the gallery examples can be found [here](https://github.com/regl-project/regl/tree/gh-pages/example).

## Setup

`regl` has no dependencies, so setting it up is pretty easy. There are 3 basic ways to do this:

### Live editing

To try out regl right away, you can use the live editor in the [gallery](http://regl.party/examples).
`regl` has no dependencies, so setting it up is pretty easy. There are 2 basic ways to do this:

### npm

Expand Down

0 comments on commit 8795901

Please sign in to comment.