A set of examples that show how to use Gestoos SDK interactive power with Cinder.
-
Download Gestoos SDK from www.gestoos.com for your Windows or MacOS. Gestoos is free for research and non commercial purposes.
-
Clone this repository into your root gestoos path, for example:
cd <your gestoos path> git clone https://github.com/gestoos/gestoos-cinder-samples.git
Make sure you cloned this repository in the root folder of your Gestoos SDK copy.
For MacOS, open the XCode project included in the sample, then just click and play. For Windows, open the Visual Studio 2013 project included in the sample, then just run.
You can create new projects from scratch or just copying any existing project and changing name. We recommend to start from the EmptyExample sample.
Take a look at the Cinderactor class, which is a wrapper of the gestoos::nui::Interactor class. You may find most of you need there. The samples provided make use of Cinderactor, so you can check the code for details.
For further information on Gestoos SDK API, please refer to www.gestoos.com or contact us at [email protected]. The SDK documentation also contains information about the classes being used in the cinder samples.