9 unstable releases (3 breaking)

new 0.5.0-rc1 May 2, 2025
0.4.0 Oct 4, 2024
0.2.5 Apr 20, 2024
0.2.4 Oct 7, 2023
0.1.0 Jun 29, 2023

#1279 in GUI

Download history 4/week @ 2025-01-31 10/week @ 2025-02-07 1/week @ 2025-02-21 2/week @ 2025-03-07 2/week @ 2025-03-14

491 downloads per month

MIT license

37KB
776 lines

libharuhishot

libharuhishot, it is used for wlr-screencopy, split it because I want to help with wayshot, but I also learn a lot. I like my program very much, because it makes me feel alive. Wayshot is a good program, please help them.

The lib is simple enough to use, you can take the haruhishot for example, simple useage is like

use libharuhishot::HaruhiShotState;
fn main() {
  let mut state = HaruhiShotState::init().unwrap();
  let buffer = state.capture_out_frame(
       &state.display[0].clone,
       state.display_logic_size[0],
       state.display_transform[id],
       None
  ).unwrap();
}

Then you will get a [FrameInfo], There is a mmap , you can get data there

Dependencies

~9–19MB
~282K SLoC