Pro Tip: Linking OpenGL for Server-Side Rendering

Originally published at: Pro Tip: Linking OpenGL for Server-Side Rendering | NVIDIA Technical Blog

Visualization is a great tool for understanding large amounts of data, but transferring the data from an HPC system or from the cloud to a local workstation for analysis can be a painful experience. It’s increasingly popular to avoid the transfer by analyzing and visualizing data in situ: right where it is generated. Moreover, using server-side rendering lets…

It sound good, but is there any examples, e.g. Draw a triangle?

Have a look at this post for an example of rendering a triangle with EGL.