Skip to content

drewcrawford/corevideor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages