Visualization Streamer
The Visualization Streamer (VizStreamer for short) is a component in CEETRON Envision Web tailored towards showing CAE visualizations in a web application with data pushed from an application/service running on the server side. It consists of several parts:
- VizStreamer Service - A server application with a gRPC interface capable of receiving CAE display data and streaming it to the Stream Model client model.
- VizStreamer Proxy - A C++ proxy (header files + static lib) to make it easy to send data from a C++ application to the VizStreamer Service.
- Stream Model - A CEETRON Envision Web client-side model capable of rendering the 3D models sent from the VizStreamer Service.
Visualization Streamer