Deployment

Adding HOOPS Luminate into a Development Filetree

Once HOOPS Luminate has been installed, an easy way to extract HOOPS Luminate is to directly copy the Redsdk.m folder contents into the filetree of your own application. Redsdk.m contains everything that is needed to compile, link and run an application using HOOPS Luminate:

  • Bin: This is the binary folder with all the HOOPS Luminate binaries needed at runtime

  • Lib: This is the library folder needed at link time

  • Public: This is the folder that contains all header files of HOOPS Luminate, that are needed at compile time for your application

This Redsdk.m folder should be taken as a whole: each new HOOPS Luminate version will contain a new version of this folder.

Dependencies on Windows

  • HOOPS Luminate requires Visual Studio 2015 redistributable package (or higher version)

REDResources.red Dependency

Some features of HOOPS Luminate depend on a REDResources.red external file. This file is provided with HOOPS Luminate next to the executables in the BuildImage/<CONFIG>/ directory, where <CONFIG> will be replaced with your platform config type. Current features in need of this file are:

The file should be placed next to the final executable. Otherwise, if a call to a function that uses it is done, an error will be thrown.