sophie's qr screenshotter thingy
- 2 Devlogs
- 2 Total hours
a tool that lets you screenshot a qr code and have it open. cause this isnt a feature in windows
a tool that lets you screenshot a qr code and have it open. cause this isnt a feature in windows
Qr codes now scan! I got a bit further with the winit stuff too.
Testing Wikipedia’s QR code in the middle of the screen returns the result.
The winit stuff renders a transparent window that’s fullscreen now.
Time to make it a bit more visible and add that cursor.
My inspiration is literally just the windows snipping tool with control + shift + s
Got some screenshot capture code in! Did some research and found “XCap” which does screen capture stuff insanely quickly. Next step is working out the windowing, I started a winit setup, just need to get it in.
I did start working on winit stuff, however it was getting complex and confusing. So I did something else just as important!