-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nicholas "LB" Braden edited this page Mar 26, 2014
·
5 revisions
hSDK is an Extension SDK for Clickteam's Multimedia Fusion 2.0 and ClickTeam Fusion 2.5 which allows high-level development by abstracting the low-level interface to Fusion. Runtime abstraction is made efficient by template metaprograms that generate as little as possible runtime overhead.
To build extensions with hSDK, you must have a compiler that supports at least a majority of C++11 and can target 32-bit Windows DLLs. MinGW is recommended, and pre-built Fusion-LibBridge libraries for MinGW are included.
For extension developers, a support forum is available here.