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
- Host: GitHub
- URL: https://github.com/simonrw/webgl-scatter-test
- Owner: simonrw
- License: mit
- Created: 2016-11-14T17:47:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T11:57:40.000Z (over 9 years ago)
- Last Synced: 2025-02-06T08:45:15.521Z (over 1 year ago)
- Language: JavaScript
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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