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

https://github.com/simonrw/webgl-scatter-test

Testing using gl-plot2d
https://github.com/simonrw/webgl-scatter-test

Last synced: over 1 year ago
JSON representation

Testing using gl-plot2d

Awesome Lists containing this project

README

          

# WEBGl scatter testing

From the example using [`gl-plot2d`][1], this is a test at rendering
lots of points in the browser.

## Setup

```sh
pip install -r requirements.txt
npm/yarn install
make watch

# In another terminal
make server &

# open http://localhost:5000 in your browser
```

[1]: https://github.com/gl-vis/gl-plot2d