Coder Social home page Coder Social logo

ofxaekeyframe's Introduction

ofxAEKeyframe

thumb

An addon and example that allows you to encode oF animations into Adobe After Effects's keyframe data. It can be pasted to AE's layer with Expression Control Effect.

NOTE: This addon is under development. It makes the app heavier gradually and perhaps raises some errors or problems in your environment :'(

éēĻ (Baku) http://baku89.com

Getting Started

The following code quoted from example-Basic:

  1. Add ofxAEKeyframe instance to ofApp class.

    ofxAEKeyframe aek;
  2. In setup(), initialize instance.

    aek.setFPS(29.97);
    aek.addControlPoint();		// 0: mouse position
    aek.addControlCheckbox();	// 1: is mouse pressed
    aek.addControlSlider();		// 2: audio input volume
  3. Add keyframes for each frame in update().

    aek.appendFrame();
    aek.addKey(0, ofVec2f(ofGetMouseX(), ofGetMouseY()));
    aek.addKey(1, ofGetMousePressed());
    aek.addKey(2, curtVol);

This keyframes are pasted like this condition.

Lisence

ofxAEKeyframe is published under a MIT License. See the included LISENCE file.

Compatibility

I tested my following environment.

  • openFrameworks v0.8.4
  • Adobe After Effects CC 2014
  • Mac OS X 10.10

TODO

  • optimize all the code so that does not make the app heavier
  • support older version of AE
  • support Angle Control Effect
  • support easing for each keyframes

I'm waiting for your contribution!

ofxaekeyframe's People

Contributors

baku89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.