This repository contains the add-on to use Azure Remote Rendering service in Evergine.
It provides a set of components and all necessary native dependencies that ease the development of an application using this product.
There is a sample app at Samples/AzureRemoteRendering_Demo
. Before running it, you need to configure it with your Azure Remote Rendering instance. Go to AzureRemoteRendering_Demo/MainScene.cs
, line 33 and enter your credentials.
It is recommended to use the sample to debug and develop the add-on. To do so, use Samples/AzureRemoteRendering_Dev
which is the same demo project but linked with source code.