tqcto / TKUM

This is wrapper library of AfterEffects SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Takt Utility Manager

license

This project is wrapper library of AfterEffects SDK. Making to optimize development creating plug-ins.

Operating environment

It is intended for use with Windows Visual Studio, but should work on macOS as well. Note that GPU processing of Metal is not supported.

The producer's development environment is as follows:

  • Windows 10
  • Microsoft Visual Studio 2019
  • October 2021 After Effects SDK Windows

How to use

  1. Download AfterEffects SDK.

  2. Open AfterEffectsSDK/Examples/ directory.

  3. Clone this repository:

> git clone https://github.com/tqcto/TKUM.git
  1. Open the SDK project in Visual Studio.

  2. Go to the Solution Explorer.

  3. Add the C++ file:

AfterEffectsSDK/Examples/Headers/AEFX_SuiteHandlerTemplate.cpp
  1. Go to General in C/C++ property page.

  2. Add the following paths to Additional Include Directories:

..\..\..\TKUM
  1. Include a TKUM.h in project header file.

Remember to add section 8 path for both Debug and Release!!

About

This is wrapper library of AfterEffects SDK

License:MIT License


Languages

Language:C++ 70.0%Language:C 30.0%