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

Various examples of how to use the Rainway SDK with C/C++

Notifications You must be signed in to change notification settings

RainwayApp/rainway-sdk-native-examples

Repository files navigation

rainway-sdk-native-examples

Various examples of how to use the Rainway SDK with C++:

For more information about using Rainway, see our docs. To sign up, visit Rainway.com.

Getting Started

Get CMake >=3.22.0 and a supported Generator (e.g. Visual Studio).

To build all examples:

# Generate the build system for all examples
cmake . -B build

# Run the builds using the generated system
cmake --build build

See README.md within each example for further instructions.