Giter Club home page Giter Club logo

vulkanator's Introduction

Vulkanator GitHub license

Vulkanator is a sample project that demonstrates integrating the Adobe After Effects plugin SDK as Vulkan GPU acceleration in the form of a trivial plugin. The Adobe After Effects plugin SDK provides a sample-project called GLator to demonstrate how to integrate OpenGL into a native After Effects plugin. In the same spirit, Vulkanator demonstrates the same thing, but utilizing Vulkan.

Dependencies

OSX

Building

Clone the repository with submodules:

git clone --recursive [email protected]:Wunkolo/Vulkanator.git

Download the Adobe After Effects plugin SDK and extract the required library folders into extern/Adobe After Effects SDK.

See extern/Adobe After Effects SDK for more information.

Windows

Visual Studio

Open CMakeLists.txt using Visual Studio's built-in support for opening CMake projects and build.

The compiled plugin will be found in build/bin/{Debug,Release}/Vulkanator.aex

Visual Studio Code

With the CMake Tools extension and C/C++ extensions, open the top level folder as a cmake-project and build. The compiled plugin will be found in build/bin/Vulkanator.aex

Mac

If you intend to make an ARM+Intel Universal Binary, be sure to install the Vulkan SDK from Lunarg and not the vulkan-loader from brew. Currently(2/25/2013) brew will only provide either an x86_64 or arm64 version of libvulkan and does not provide a universal-binary.

Xcode

An Xcode project may be generated through CMake via the Terminal

mkdir build
cd build
cmake -GXcode ..
open Vulkanator.xcodeproj

Visual Studio Code

With the CMake Tools extension and C/C++ extensions, open the top level folder as a cmake-project and build. The compiled plugin will be found in build/bin/Vulkanator.plugin

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.