drewcrawford / corevideor

Rust CoreVideo bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corevideor

Provides select Rust bindings for Apple Core Video framework. May be compared to corevideo-sys or display-link.

Part of the objr expanded universe, distinctive features of this library:

  • Zero-cost abstractions. Calling this library should perform identically to calling CoreGraphics from Swift/ObjC applications.
    • Most of the magic happens in objr which provide cutting-edge high-performance primitives which are used here extensively.
  • Safe APIs. Where possible APIs are designed with safe abstractions to provide familiar guarantees to Rust developers
  • Low-level. These bindings assume familiarity with bound APIs and are not documented separately.
  • Free for noncommercial or "small commercial" use.

About

Rust CoreVideo bindings

License:Other


Languages

Language:Rust 100.0%