AVS Go


Keywords
polymer, polymer 3.0, image, svg, three.js, 3d, webgl, custom-element, web-components, avs, big-data, charting-library, csharp, csharp-library, data-analysis, data-science, data-visualization, datamanagement, high-performance, high-performance-computing, java, java-library, javascript, multi-dimensional, multi-platform, multi-threading, rendering-3d-graphics, rendering-engine, webcomponents
License
Apache-2.0
Install
npm install avs-go@0.11.70604

Documentation

npm Published on webcomponents.org

AVS Go

Polymer 3.0 based elements for AVS.

Install

npm install avs-go

Usage

<html>
  <head>
    <script type="module" src="avs-go/avs-go-dataviz.js"></script>
  </head>
  <body>
    <avs-go-dataviz
       url="<url-to-avs-go-server>"
       scene-name="MyGoScene"
       renderer="<IMAGE|SVG|THREEJS>"
    >
    </avs-go-dataviz>
  </body>
</html>

License

Apache-2.0