Getting Started
This is a guide to help you start writing a Windows application using the Rainway Native SDK in C++.
Adding Rainway to your project
Download the C++ bindings for your desired SDK version from https://sdk-builds.rainway.com/cpp/x.y.z.zip
:
wget https://sdk-builds.rainway.com/cpp/0.2.4.zip -OutFile rainwaysdk-0.2.4.zip
Updated over 2 years ago