Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 891 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 891 Bytes

opentimelineio-bind

Rust binding for OpenTimelineIO library

The OpenTimelineIO crate is maintained by the vfx-rs project

Supported Platforms

OpenTimelineIO Rust binding is currently supported on Linux platforms.

Dependencies

Getting and Building the Code

  1. Install Dependencies

  2. Download the opentimelineio-bind source code You can download source code using git to clone the repository.

> git clone https://github.com/vfx-rs/opentimelineio-bind.git
Cloning into 'opentimelineio-bind'...
  1. Generate bindings
> cargo build