jasonjmcghee / rem

An open source approach to locally record and enable searching everything you view on your Mac.
https://rem.ing
MIT License
2.2k stars 63 forks source link

Wen Windows version coming? #23

Closed pooriaarab closed 5 months ago

jasonjmcghee commented 5 months ago

When you convert the code to .NET!

Did what i could: https://chat.openai.com/share/ab35ac3f-fc2c-4f02-9392-e43400d39018

jasonjmcghee commented 5 months ago

Try to beat Rewind to market

jasonjmcghee commented 5 months ago

Closing for now.

Another idea would be trying to use rust + wgpu for screenshot behavior, and a tesseract wrapper?

jasonjmcghee commented 5 months ago

More notes: https://github.com/ndsol/VolcanoSamples/blob/master/09fullscreen/screenshot.cpp

jasonjmcghee commented 5 months ago

Theoretically, someone could use something like Volcano + Tesseract etc. and/or go through a make a bunch of functions to figure out what apis to call in order to take a screenshot, then run ocr, etc. same pipeline.

And a graphics layer of some sort. like rust + iced-rs or tauri, or electron, or native, etc.