
Clickteam Fusion 2.5 C++ Runtime
High-performance C++ runtime for Clickteam Fusion 2.5. Compiles events to native code.
// Example of compiled event
void GeneratedFrame5::Event_24()
{
for (ObjectIterator it(*Active_selector); !it.end(); ++it)
{
auto instance = *it;
instance->X = 50 + RandomRange(0, 50);
}
}
Overview
NuclearRT is a C++ runtime for Clickteam Fusion 2.5 that converts your game's events into native code. Unlike the standard runtime, it:
- Compiles events to C++ instead of interpreting them
- Provides 64-bit support
- Offers cross-platform compilation
- Maintains compatibility with most extensions
Technical Details
Supported Platforms
- Windows
- macOS
- Linux
- Android
- iOS
- Web
Features
- Native C++ compilation
- 64-bit memory access
- Reduced runtime overhead
- Optimized event execution
Limitations
- Any missing extensions/effects will need to be rewritten
- Sub-Application objects are not supported
- Font rendering is not 1:1 with the standard runtime
Supported Extensions
Filename: ActiveBackdrop.mfx
Status: Fully Supported
Filename: GradientA.mfx
Status: Fully Supported
Filename: KcArray.mfx
Status: Fully Supported
Filename: KcButton.mfx
Status: Fully Supported
Filename: ctrlx.mfx
Status: Fully Supported
Filename: Crasher.mfx
Status: Fully Supported
Filename: DRPC.mfx
Status: Only available for desktop builds
Filename: Easing.mfx
Status: Fully Supported
Filename: kcfile.mfx
Status: Fully Supported
Filename: FileReadWrite.mfx
Status: Fully Supported
Filename: ForEach.mfx
Status: Fully Supported
Filename: GamejoltGameAPI.mfx
Status: Only available for desktop builds
Filename: Get.mfx
Status: Fully Supported
Filename: kcini.mfx
Status: Fully Supported
Filename: INI++15.mfx
Status: Fully Supported
Filename: Inventory.mfx
Status: Fully Supported
Filename: Bluewing Client.mfx
Status: Fully Supported
Filename: Layer.mfx
Status: Fully Supported
Filename: kclist.mfx
Status: Fully Supported
Filename: fcMMF2params.mfx
Status: Fully Supported
Filename: mode7ex.mfx
Status: Fully Supported
Filename: Noise.mfx
Status: Fully Supported
Filename: ObjFlag.mfx
Status: Fully Supported
Filename: ObjectMover.mfx
Status: Fully Supported
Filename: Parallaxer.mfx
Status: Fully Supported
Filename: pathfind.mfx
Status: Fully Supported
Filename: Perspective.mfx
Status: Fully Supported
Filename: Pixel.mfx
Status: Fully Supported
Filename: Platform.mfx
Status: Fully Supported
Filename: SaveGame.mfx
Status: Fully Supported
Filename: Steamworks.mfx
Status: Only available for desktop builds
Filename: parser.mfx
Status: Fully Supported
Filename: StringTokenizer.mfx
Status: Fully Supported
Filename: ultimatefullscreen.mfx
Status: Only available for desktop builds