https://github.com/jackdbd/regl-playground
A collection of experiments with regl
https://github.com/jackdbd/regl-playground
d3 regl webgl webpack
Last synced: about 1 month ago
JSON representation
A collection of experiments with regl
- Host: GitHub
- URL: https://github.com/jackdbd/regl-playground
- Owner: jackdbd
- License: mit
- Created: 2017-10-28T22:58:02.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T22:32:44.000Z (over 5 years ago)
- Last Synced: 2025-03-27T23:41:57.831Z (about 1 year ago)
- Topics: d3, regl, webgl, webpack
- Language: JavaScript
- Homepage:
- Size: 312 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# regl-playground
[](https://opensource.org/licenses/MIT) [](https://travis-ci.org/jackdbd/regl-playground) [](https://landscape.io/github/jackdbd/regl-playground/master)
Repository to play around with regl.
## Installation
This project was tested on the latest Node.js LTS, version `14.15.4` (it includes a `.nvmrc` file). Switch to the Node.js version specified in `.nvmrc` and install all dependencies with:
```sh
nvm use
yarn
```
Launch the dev server with:
```sh
yarn dev
```
In `webpack.config.js` you can uncomment [BundleAnalyzerPlugin](https://github.com/webpack-contrib/webpack-bundle-analyzer) to debug the webpack bundles for all the webpack [entry points](https://webpack.js.org/concepts/entry-points/).