Industrial Data Science
in C# and .NET:
Simple. Fast. Reliable.
 
 

ILNumerics - Technical Computing

Modern High Performance Tools for Technical

Computing and Visualization in Industry and Science

Plotting in a WebApp


A simple website is created from a ASP.NET Core Web App template. It generates a 3d plot on the server and updates an image on the client page dynamically. The user can rotate the plot cube arbitrarily. The result is displayed when she clicks on [Submit].

This example demonstrates how to render scenes offline, i.e.: without a GUI framework providing a rendering target. The images are generated utilizing the GDI+ driver. It supports all features of the default (OpenGL) driver but does not require a graphics adapter. This method is recommended when rendering scenes on a server. See here for details: ILNumerics offscreen rendering documentation.

Last modified: February 12 2023 19:28

Download ZIP

TOP

All Examples