Awesome
WebglPlot Examples
Examples for the WebGL-plot library
Vanilla Javascript Examples
-
Random Lines
-
Sine wave with dynamic noise
-
Static Lines (Zoom & Drag)
-
Multi 2D Grid Plotting
-
Axis demonstrator
-
Histograms
-
XY Scatter Plot
-
Polar
-
Radar
-
Camera (RGB Histogram)
-
Microphone (Realtime & Spectrum)
-
Thick line demonstrator
-
Axis Grid
-
Cross for finding values
Getting started
git clone https://github.com/danchitnis/webgl-plot-examples.git
cd webgl-plot-examples
npm i
npm run build
Then serve index.html on any http server. If you don't have an HTTP server then you should be to open the file locally.