0.2.6 • Published 9 months ago

@exaecut/create-adobe-plugin v0.2.6

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

@exaecut/create-adobe-plugin

Easily create Adobe Premire Pro/After Effects plugin in C++ using Adobe SDK. You need to manually install the Adobe SDK. We are not allowed to distribute them, and unfortunately Adobe doesn't distribute them through github.

Install XMake

https://xmake.io/#/getting_started?id=installation

Install bun

Windows

powershell -c "irm bun.sh/install.ps1 | iex"

MacOS & Linux

curl -fsSL https://bun.sh/install | bash

How to use

Strictly use bun to run this package !

bun create @exaecut/adobe-plugin

Manual SDK download

  1. Download Adobe SDKs. A Creative Cloud account is required.

    After Effect : https://developer.adobe.com/after-effects/

    Premiere Pro : https://developer.adobe.com/premiere-pro/

  2. Extract SDK contents to the following folders.

    Windows :

    %appdata%/exaecut/adobe-sdks/aftereffects (for After Effect SDK)
    %appdata%/exaecut/adobe-sdks/premiere (for Premiere Pro SDK)

    Mac OS :

    /Library/Application Support/exaecut/adobe-sdks/aftereffects
    /Library/Application Support/exaecut/adobe-sdks/premiere
  3. You can now build your plugin !

0.1.10

9 months ago

0.2.1

9 months ago

0.2.6

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.1.2

9 months ago

0.1.8

9 months ago

0.1.7

9 months ago

0.1.9

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago