< Previous | Contents | Next >
About this Document
This document is divided into two sections: The Fuse Guide and the Fuse Reference. The first section, the Fuse Guide, explains the fuse application programming interface (API). Fuses are like plugins that can be developed easily without the need of compilers and development environments. Fuses can go beyond Macros, and their source code can easily be converted into C++ source for the Fusion SDK.
Resolve and Fusion has a built in compiler and will compile on the fly. Access to GPU processing can easily be done in a Fuse as well as utilizing optimized core processing functions already built into Fusion
This guide contains information on how to get started, how the API is laid out to represent the application model, and how to deal with it in practice. The first section refers to example fuses that ship with this guide The second section, the Fuse Reference, assumes you have an understanding of the programming concepts and the fundamentals of the first section. The Fuse Reference describes the common API, its objects, members, arguments and usage.