0.2.6 • Published 10 months ago

@exaecut/create-adobe-plugin v0.2.6

Weekly downloads
-
License
-
Repository
github
Last release
10 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

10 months ago

0.2.1

10 months ago

0.2.6

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.1.2

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.9

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago