View all categories
Data Storage
Date/Time
Function/Looping
Game objects
Graphical
Input
Internet/Communication
Maths
Misc.
Sound & Music
System
Text manipulation
Transitions
Windows controls/dialogues
Want to make your own stylesheet? Download the template. Contact us when you're done and we'll add it.
This page lists all the tools and SDKs you need for extension development. If you have something useful for this page, email FireMonkey.
| Essentials | |
|---|---|
| CICK (Cox Interface Development Kit) |
A fantastic tool that helps you create your new extension's actions, conditions and expressions very easily with an IDE. Simply enter a few details and the parameters of each a/c/e and CICK will generate the resources and skeleton code for you.
No tedious and confusing manual input of resource identifiers, jump tables, etc. A must have for all developers. Please note that the FireMonkey SDK is compatible with CICK - information on the linked page is out-of-date. |
| FireMonkey SDK | The latest revision of the SDK. It was designed for Visual C++ 6 but will work with .NET and may work with ver 4 and 5. (not tested) The latest build: build 3. Use the new version for more helpful tools and resources! |
| z33z Visual Studio 2003 Template | If you have Visual Studio 2003, use this template in conjunction with the FireMonkey SDK to fix compilation problems. (Template doesn't include MMF libraries or headers) |
| Tutorials/learning | |
|---|---|
| Extension Wiki | Have you ever wanted to make an extension, but didn't know how? The aim of the new Extension Wiki is to allow you to learn how to make an extension from the very start. It's an ongoing project where anyone can add their own tips, techniques and thoughts to improve the resource for all users. |
| MMF SDKs | |
|---|---|
| FireMonkey SDK | |
| z33z Visual Studio 2003 Template (requires an SDK) | |
| z33z Compressed SDK | |
| Cragmyre's 32-bit Project Template | |
| Clickteam Extension SDK | |
| CNC (and TGF) SDKs | |
|---|---|
| z33z Compressed SDK | |
| Clickteam Extension SDK | |
| Transition SDKs | |
|---|---|
| Transitions are only available for MMF and control how an object appears and disappears. | |
| Clickteam Transition SDK | |
| Tools | |
|---|---|
| TigsExt.h | A set of useful functions designed for FireMonkey's SDK. It's included in the latest version. |
| Condition-All-Matic | A tool that adds code to your resource file to reduce the size of run-only and Vitalize extensions. |