Exotik850 / cleave

A blazing-fast, GPU-accelerated screen capture tool written in Rust. Select, crop, and copy screen regions with pixel-perfect accuracy using keyboard shortcuts or mouse controls. 🚀
MIT License
126 stars 3 forks source link

Convert to wgpu #1

Closed Exotik850 closed 2 days ago

Exotik850 commented 2 days ago

Transfer from using pixels and using wgpu directly. Allows for a much smoother experience and fine-grained control over the rendering.