This is a Repo of several open source stuff about Clickteam Fusion.
If you have something good and want to share, just simply fork this repo, then put files in a folder named by your works, place this folder by it's type, e.g. shaders in shaders folder, add a explanation to this file (ReadMe.md, alphabetically), and feel free to send a PR.
See this ReadMe for more details about using the following extensions.
- Note: CEM means "Clickteam Extension Manager
- Note: You can download file directly in repo for latest or not released extensions, but may unstable, contains unexpected bugs, or with breaking changes
| Name | Author | Description |
|---|---|---|
| _3rdLib | Defisym | something that used to work with or modified from 3rd lib |
| _DeLib | Defisym | several functions that my extensions share |
| _Template | Defisym | Ext template, but with something custom |
| Name | Author | Description |
|---|---|---|
| _BuildAll | Defisym | Python script to build all extensions |
| _Script | Defisym | Publish multi-platform extensions by one click |
| Name | Author | Description |
|---|---|---|
| AlphaMono | Defisym | make semi-mono effect |
| Compression | Defisym | Simulate Compression effect |
| DotMatrix | Defisym | Simple dot matrix effect |
| Gauss Blur | Defisym | Finally here comes the gauss blur shader for DX11, GaussBlur2D is very slow, use GaussBlur instead, or two GaussBlur1D for X/Y blur |
| Heatwave | Defisym | Create heatwave effect |
| Pattern Fade | Defisym | make gorgeous transition effects |
| Ring Health Bar | Defisym | simple health bar |
| Round Health Bar | Defisym | simple health bar again |
| Round Rectangle | Defisym | draw a round rectangle |
| Name | Author | Description |
|---|---|---|
| NeoStr Dialog Editor | Cnohares | a Dialog Editor with many NeoStr format functions, just as Fonts,Size,Color,Shake and so on. You can use it to edit dialog more easily. Notice that it's only have Chinese comments now. |
| CallofAS Toolbar | Cnohares | a handy tool bar set |
| DX11 Shader Compile Tool | Defisym | compile DX11 shaders by a simple drag |
| FusionClipboard | Defisym | small tool that can save / load fusion clipboard contents |
| JDK Terminator | Defisym | Fusion will use JDK to build Android applications, but unfortunately, sometimes JDK process will not terminate correctly even you quit fusion. If you are using steam version, steam will think fusion is still running and refuse to restart fusion or steam itself, unless you terminate the process manually in task manager, which is annoying. This script can help you terminate it with a single click. |
| Name | Author | Description |
|---|---|---|
| BinaryExtract | Defisym | Extract binary file to any folder you want |
| Blank Char | Defisym | blank char used for align to git rid of DX11 string limit |
| Bullet Time | Defisym | A simple bullet time example |
| DecimalVerdict | Defisym | To check if a value has decimals |
| DirNormalization | Defisym | convert fusion directions (0 ~ 31) to 4Dir (0 ~ 3) |
| EasyBezier_v2 | Cnohares | A WYSIWYG Bezier example. You can modify points and see the curve result directly, and move object with easing effect. |
| EasyStack | Defisym | Push/Pop value without extension |
| Ellipse | Defisym | move like a ellipse |
| FastloopSave | Defisym | Save by Fastloop, could be easily extended to fit any systems |
| Flow | Defisym | a common error of beginners about flow control, like esc open/close menu but only one side can be triggered |
| IniControlInit | Defisym | How to init a ini file |
| MouseState | Defisym | to show if LMB/RMB is pushed down |
| PauseWithTextBox | Defisym | pause app with an explanation |
| Regex_IsNum | Defisym | check if a string is number by using string splitter |
| Shotgun | Defisym | Simple Shotgun |
| StringScan | Defisym | Search the string and excerpt text in () |
| Stupid Drag | Defisym | Drag to move camera |
| Stupid HeatWave | Defisym | simple heatwave effect |
| Stupid SRPG | Defisym | a SRPG example like Fire Emblem I wrote in 2017. it's totally a mess of spaghetti code, but it's enough for a start. |
| SubStretch | Defisym | Stretch Sub-application properly with WinAPI |
Some mfa files used for Fusion tutorials in my blog.