Skip to content

0.1.4

Latest
Compare
Choose a tag to compare
@bryal bryal released this 03 May 11:41
· 28 commits to master since this release

What's new

  • Improve safety and simplicity by copying frame data instead of sharing it with dxgcap through raw pointer. This has a negligeble impact on performance.
  • Use Rust library dxgcap for capturing instead of C++ lib DXGCap. This makes interfacing with the code easier, and removes need for building DXGCap separately as dll.
  • Use Rust library se-rs-ial for writing of serial data. This again removes need for building separate dll. Also, se-rs-ial is cross platform.
  • Remove use of an unstable feature in preparation for making the project buildable with rust beta.