Skip to content
/ TKUM Public

This is wrapper library of AfterEffects SDK

License

Notifications You must be signed in to change notification settings

tqcto/TKUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published