Code Monkey home page Code Monkey logo

tweak_shader_after_effects's Introduction

Tweak Shader After Effects

This plugin allows you to run a shadertoy like glsl format in after effects. The glsl format is documented here.

The plugins supports multiple render passes, any number of layer inputs, up to 32 total inputs of any kind, and renders at any bit depth. It builds for MacOs and Windows.

Future priorities include:

  • ci/cd for automatic releases
  • persistent buffers
  • vertex shaders
  • sampling audio layers with optional FFT

This plugin is in early development: prepare for bugs and crashes, pull requests and collaboration are welcome.

Building

Download the after effects sdk for your desired platform and clone this repo into the /Examples/Template subdirectory.

MacOs

note: If you downloaded your sdk from Adobe, You may have trouble opening AfterEffectsSDK.dms, rename it to AfterEffecsSDK.dmg.

download a compatible version of cmake and cargo. Then run the following.

mkdir build
cd build
cmake .. -G XCode
xcodebuild -configuration Release

The resulting TWEAK_SHADER.plugin will be inside the adjacent Release directory.

Windows

download a compatible version of cmake and cargo and msvc through the Visual Studio Updater. Then run the following.

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

tweak_shader_after_effects's People

Contributors

mobile-bungalow avatar

Stargazers

 avatar jens alexander avatar Devon R avatar Joseph Catrambone avatar Bart avatar Webb Hinton avatar Firoze Sethna avatar Ted Feng avatar Bach Nguyen avatar Muhammad Ragib Hasin avatar Sebastian Thiel avatar  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.