Skip to content

This repository contains an extension to use Azure Remote Rendering in Evergine.

License

Notifications You must be signed in to change notification settings

EvergineTeam/AzureRemoteRendering

Repository files navigation

Evergine.AzureRemoteRendering Addon

Build Status Nuget

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.

Sample

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.

How to contribute

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.