Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using C# with After Effects CS4 SDK?

New Here ,
Mar 26, 2010 Mar 26, 2010

I'm a C# developer and intersted in learning After Effects CS4 SDK.  What scripting language is used with After Effects CS4 SDK?  Is it possible to use C#.

TOPICS
SDK
1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 26, 2010 Mar 26, 2010

the SDK is written in C and C++.

as far as i know, you can't mix c/c++ with c# in the same project (at least in visual studio).

you can however, create class libraries in C# and reference them in the c++ code.

you can even go as far as creating separate DLL written in c# and reference it from the c++ code.

those are the two ways i can think of for mixing languages in the use of AE's SDK.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 26, 2010 Mar 26, 2010
LATEST

This is something, I have always wondered. Integrate code written in a

different language. I see very cool libraries in many languages, but it's

not that easy to bring 'em to AE supported code or something. I would be

amazed if someone could pull off a Java backend (not JVM, but compiled). I

heard from AE veterans that there used to be a Python binding for AE sdk

called "Useful things". I wonder if its still possible to do something like

that. Because it will be so easy to test and prototype new ideas.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines