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

Active Backdrop

Filename: ActiveBackdrop.mfx

Status: Fully Supported

Active Gradient Object

Filename: GradientA.mfx

Status: Fully Supported

Array Object

Filename: KcArray.mfx

Status: Fully Supported

Button

Filename: KcButton.mfx

Status: Fully Supported

Control X

Filename: ctrlx.mfx

Status: Fully Supported

Crasher

Filename: Crasher.mfx

Status: Fully Supported

Discord Rich Presence

Filename: DRPC.mfx

Status: Only available for desktop builds

Easing Object

Filename: Easing.mfx

Status: Fully Supported

File Object

Filename: kcfile.mfx

Status: Fully Supported

File Read / Write Object

Filename: FileReadWrite.mfx

Status: Fully Supported

ForEach Object

Filename: ForEach.mfx

Status: Fully Supported

Gamejolt API

Filename: GamejoltGameAPI.mfx

Status: Only available for desktop builds

Get Object

Filename: Get.mfx

Status: Fully Supported

Ini Object

Filename: kcini.mfx

Status: Fully Supported

Ini++ v1.5

Filename: INI++15.mfx

Status: Fully Supported

Inventory Object

Filename: Inventory.mfx

Status: Fully Supported

Lacewing Blue Client

Filename: Bluewing Client.mfx

Status: Fully Supported

Layer Object

Filename: Layer.mfx

Status: Fully Supported

List

Filename: kclist.mfx

Status: Fully Supported

MMF2/CF Params Object

Filename: fcMMF2params.mfx

Status: Fully Supported

Mode 7 Ex

Filename: mode7ex.mfx

Status: Fully Supported

Noise

Filename: Noise.mfx

Status: Fully Supported

Object Flagger

Filename: ObjFlag.mfx

Status: Fully Supported

Object Mover

Filename: ObjectMover.mfx

Status: Fully Supported

Parallaxer

Filename: Parallaxer.mfx

Status: Fully Supported

Pathfinding Object

Filename: pathfind.mfx

Status: Fully Supported

Perspective Object

Filename: Perspective.mfx

Status: Fully Supported

Pixel Object

Filename: Pixel.mfx

Status: Fully Supported

Platform Movement Object

Filename: Platform.mfx

Status: Fully Supported

Save Game Object

Filename: SaveGame.mfx

Status: Fully Supported

Steamworks

Filename: Steamworks.mfx

Status: Only available for desktop builds

String Parser

Filename: parser.mfx

Status: Fully Supported

String Tokenizer

Filename: StringTokenizer.mfx

Status: Fully Supported

Ultimate Fullscreen

Filename: ultimatefullscreen.mfx

Status: Only available for desktop builds