@openinventor/remoteviz-client
Version:
Open Inventor RemoteViz client to integrate advanced 3D visualization into your web-based applications.
50 lines (31 loc) • 2.14 kB
Markdown
<img alt="Open Inventor" src="https://www.openinventor.com/backoffice/wp-content/uploads/Generic.png" />
# Open Inventor® RemoteViz Client
Open Inventor® RemoteViz enables software developers to easily integrate advanced 3D visualization into their web- based applications. It brings rich remote 3D interaction and visualization capabilities to web-based applications, while maintaining a high level of interactivity and visual performance on any display device including tablet, phone, laptop, or workstation.
[Cloud-based interactive demos.](https://demos.openinventor.com/)
## License
This package requires a commercial license. You may not use, copy, or distribute it without first acquiring a commercial license. For more information about available licenses please check https://www.openinventor.com/en/contact/support.
## Documentation
* [RemoteViz Getting Started](https://developer.openinventor.com/index.php/general-documentation/remoteviz-getting-started-guide/)
* [RemoteViz Client Documentation](https://developer.openinventor.com/refmans/10.11/RefManCpp/class_remote_viz_render_area.html)
Visit the [Open Inventor developer zone](https://developer.openinventor.com/) for more documentation, examples and support.
## Versions
This package is versioned as follows: *Major*.*Minor*.*Patch*, each Open Inventor version requires a specific major version of the client (Minor and patch updates will not break compatibility).
You must install a version of this package that is compatible with your version of Open Inventor:
| Open Inventor version | Tag | RemoteViz Client version |
|:---------------------:|:------:|:------------------------:|
| 10.11.1 | OIV_10.11.1 | 8.8.2 |
| 10.11.0 | OIV_10.11.0 | 8.8.0 |
| 10.10.5 | OIV_10.10.5 | 8.8.0 |
| 10.10.4 | OIV_10.10.4 | 8.8.0 |
| 10.10.3 | OIV_10.10.3 | 8.8.0 |
| 10.10.2 | OIV_10.10.2 | 8.8.0 |
| 10.10.1 | OIV_10.10.1 | 8.8.0 |
| 10.10.0 | OIV_10.10.0 | 8.8.0 |
For example, if you have Open Inventor 10.11.1, you will have to run:
```bash
npm i @openinventor/remoteviz-client@OIV_10.11.1
```
or
```bash
npm i @openinventor/remoteviz-client@8.8.2
```