Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History

host-example-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

host-example-core

This is an example of a simple C# codebase that uses the Rainway SDK.

It contains the business logic for an application that connects to Rainway and accepts all incoming client connections, streaming the full desktop when requested.

It exposes a class Core with two simple methods: Start() and Stop().

Both the CLI and GUI demos for C# are powered by this "core", so you can change the code and build either of those apps to play around with Rainway.

Good luck!