Coder Social home page Coder Social logo

after_effects_cmake's Introduction

After Effects Cmake Example

90% of the credit goes to Wunkolo who wrote most of this CMakeLists.txt. I've adapted it for CI use and added some instructions for using it from the command line as well as making it apply to the Skeleton example from the AfterEffectsSDK.

If you move this CmakeLists.txt into the Skeleton example in the AfterEffectsSDK you can run either of the following for cross platform builds.

MacOS

take build
cmake .. -GXcode
xcodebuild

the resulting Skeleton.plugin signed bundle will be in the /Debug directory, you can pass the appropriate flags to produce a release package.

Windows

The following can be run from CMD, replacing "Visual Studio 17 2022" with your desired toolkit, and the path the the "MSBuild.exe" with the appropriate MSBuild.exe path. The resulting Skeleton.aex will be place in the /Debug output directory, you can pass the appropriate build flags to change the product type.

mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" 
& 'c:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe' .\Skeleton.sln

Alternatively, just open this file in Visual Studio or vscode with the CMake and CMake Tools plugins and you can use them to automatically configure and build the project. This is probably the preferred method for most, but driving from the command line is relevant for CI/CD purposes.

after_effects_cmake's People

Contributors

mobile-bungalow avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.