Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

1.1 Library Access

The HOOPS Visualize headers and libraries are located in the following directories:

PlatformHeader locationLibrary locationLibrary names
Windows/Dev_Tools/hoops_3dgs/source/Dev_Tools/hoops_3dgs/lib/<platform>hoops.lib
Linux<UNIX COMMON PACKAGE>/Dev_Tools/hoops_3dgs/source//Dev_Tools/hoops_3dgs/lib/<platform>libhoops<version>.so
OS X<UNIX COMMON PACKAGE>/Dev_Tools/hoops_3dgs/source//Dev_Tools/hoops_3dgs/lib/<platform>libhoops<version>.dylib

Windows runtime DLLs are located at /bin/<platform>/hoops<version>_<platform>.dll. Linux and OS X runtimes are the same as the exported libraries mentioned in the table above. Regardless of platform, you must include the HOOPS Visualize runtime libraries in the execution environment's PATH, or in the application's current directory.

Additionally under Windows, if you wish to use the DX9 or DX11 drivers, you must ensure that the dx9_<hoops_version>.dll and dx11_<hoops_version>.dll files are included in your application's directory or the runtime PATH. These DLLs are also located in the /bin/<platform> directory.