Game integration guide

This section covers how to integrate a game with our SDK and API and use it properly with the current flow. This step-by-step guide includes some optional steps along with links to other sections for more detailed information.

  1. Integrate the Native Genvid SDK into your game
  2. Integrate the Web Genvid SDK into your game website
  3. Create your Genvid Project Configuration

Integrate the Native Genvid SDK into your game

Follow the steps in the Engine Integration section to integrate the Native Genvid SDK into your game project. You can also follow our examples for each supported engine:

Integrate the Web Genvid SDK into your game website

Next, follow the steps indicated in the Website Integration section to create a website with Web Genvid SDK that displays the video stream and information from your game. You can also create interactions between viewers and your game. You can also follow our examples for each supported Engine:

See Unity Sample Website Integration for detailed information about the different sections of the sample website.

Create your Genvid Project Configuration

This section covers linking your website and game together with configuration files and Python scripts. Some steps will be indicated as optional since you are not forced to use this system to run your game into our system.

The page Nomad Templates covers creating a Nomad template to use for your game.

Each project has their own python file which controls which files to copy, how to build the project and which configuration files to load:

Feel free to reuse these scripts and modify them for the need of your own project.