bengreenier / rainway-sdk-native-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rainway-sdk-native-examples

Various examples of how to use the Rainway SDK with C++ (C examples coming soon).

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

Getting Started

To build all examples:

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

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

About

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


Languages

Language:C++ 68.3%Language:CMake 31.7%