danchitnis / webgl-plot

A high-Performance real-time 2D plotting library based on native WebGL
https://danchitnis.github.io/webgl-plot-examples/vanilla/
MIT License
527 stars 29 forks source link

Docs: Add React code examples #71

Closed disambiguator closed 2 years ago

disambiguator commented 2 years ago

Is your feature request related to a problem? Please describe. The React based examples on Vercel look great, but I'd love to see the actual React API for this.

Describe the solution you'd like Can you link the React code powering the example?

Describe alternatives you've considered I tried looking at the page source directly, but that's pretty obfuscated due to Webpack.

disambiguator commented 2 years ago

Ah, just found the code sandbox 🤦🏽 https://codesandbox.io/s/webgl-plot-react-8y1qj?fontsize=14&hidenavigation=1&theme=dark

danchitnis commented 2 years ago

@disambiguator The source code for the React examples is here. These are not APIs, just examples to get started.