An open API service indexing awesome lists of open source software.

https://github.com/deminearchiver/animate-test-addons

A collection of native addons for Adobe Animate
https://github.com/deminearchiver/animate-test-addons

addon adobe adobe-animate animate cmake cpp dwmapi jsapi qt qt-widgets qt6 win32 windows windows11

Last synced: 30 days ago
JSON representation

A collection of native addons for Adobe Animate

Awesome Lists containing this project

README

          

# Adobe Animate Test
This repository contains test native addons for Adobe Animate
You can read more about creating native addons [**here**](https://github.com/AdobeDocs/developers-animatesdk-docs/blob/master/C-Level_Extensibility/About_extensibility.md).

## Addons list

| Name | Description | Downloads |
| - | - | - |
| [**animate11**](https://github.com/DeMineArchiver/animate-test-addons/blob/master/animate11/README.md) new | make Animate ***trully* immersive**!
This addon colors **all titlebars** in Adobe Animate the same as their windows | - [**0.1.3** latest](https://github.com/DeMineArchiver/animate-test-addons/releases/tag/animate11-v0.1.3 "animate11-v0.1.3")
- [**0.1.2**](https://github.com/DeMineArchiver/animate-test-addons/releases/tag/animate11-v0.1.2 "animate11-v0.1.2")
- [**0.1.0**](https://github.com/DeMineArchiver/animate-test-addons/releases/tag/animate11-v0.1.0 "animate11-v0.1.0")
- [**0.0.1**](https://github.com/DeMineArchiver/animate-test-addons/releases/tag/animate11-v0.0.1 "animate11-v0.0.1") |
| [**AltBlocker**](https://github.com/DeMineArchiver/animate-test-addons/blob/master/altblocker/README.md) new | No more **alt**!
Prevents ⎇ Alt from **blocking** keyboard input in **Adobe Animate** | - [**0.0.1** latest](https://github.com/DeMineArchiver/animate-test-addons/releases/tag/altblocker-v0.0.1 "altblocker-v0.0.1")
| [**Qt in Animate**](https://github.com/DeMineArchiver/animate-test-addons/blob/master/qt-in-animate/README.md) new | Proof of concept: use **Qt** in an **Animate Native Addon** | **Coming soon** |

## Installation
In this section there are common **installation instructions** for **most** of the addons above.
> **Note** **before** installing an addon, **check** its respective **page** for **installation remarks**, such as **system requirements**.

### 1. Download the addon
**Download** the file ending with `.dll` from the [**releases**](https:// "Releases") page.
### 2. Open the addons folder

The **addons installation** directory is
```
%LocalAppData%/Adobe/Animate //Configuration/External Libraries/
```

- `` is your Animate version, e.g. `2023`
- `locale` is the language of your Animate, typically `en_US`

To quickly navigate to this directory, you can press ❖ Win+R and copy the text there

### 3. Install the addon

**Copy** the file you **downloaded** into the **addons folder**.

### 4. Restart Animate

If Adobe Animate was **open** during installation, **restart** it.

## Uninstallation

### 1. Close Animate

If Adobe Animate is **running**, **close it** to **unlock** the addon files.

### 2. Uninstall the addon
Remove the addon's respective `.dll` file from the addons installation folder, i.e.
```
%LocalAppData%/Adobe/Animate //Configuration/External Libraries/
```