@exaecut/create-adobe-plugin v0.2.6
@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
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/
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
You can now build your plugin !
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago