Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #100

Open
fcwys opened this issue Sep 5, 2024 · 8 comments
Open

Windows support #100

fcwys opened this issue Sep 5, 2024 · 8 comments

Comments

@fcwys
Copy link

fcwys commented Sep 5, 2024

I hope GUI programs on the Windows platform can support encoding and decoding (from screenshots or cameras), which will greatly improve application scenarios and convenience.
The screenshot method supports dragging and dropping the mouse to draw the recognition area.

@zhjygit
Copy link

zhjygit commented Sep 6, 2024

maybe, you can compile the code to exe.

@fcwys
Copy link
Author

fcwys commented Sep 6, 2024

The construction work is quite difficult for me, and I hope to have a Release version available for use. Thank you very much!

@troilus
Copy link

troilus commented Sep 6, 2024

You can use an electron converter to convert html to exe (encode only )

@fcwys
Copy link
Author

fcwys commented Sep 6, 2024

The current HTML cannot send file names and does not support decoding, screenshot or camera recognition.

@troilus
Copy link

troilus commented Sep 6, 2024

About sending file name: #88
About decoding: https://github.com/sz3/libcimbar?tab=readme-ov-file#usage maybe you can use some code to taking screenshots of screen, save and decode them.

@sz3
Copy link
Owner

sz3 commented Sep 6, 2024

The dev tools do support decoding from images, and could be compiled for windows. But there are probably some patches needed and I'd need some help to get (and keep) things working, since it's not really a platform I use. That said, those are command line tools and may not be what you're looking for anyway.

The other path to windows support is via a (not yet existent) webapp decoder, which is something I intend to do, but will take some time.

@fcwys
Copy link
Author

fcwys commented Sep 6, 2024

It is a good idea to use a webapp decoder.

@zhjygit
Copy link

zhjygit commented Sep 6, 2024

The dev tools do support decoding from images, and could be compiled for windows. But there are probably some patches needed and I'd need some help to get (and keep) things working, since it's not really a platform I use. That said, those are command line tools and may not be what you're looking for anyway.

The other path to windows support is via a (not yet existent) webapp decoder, which is something I intend to do, but will take some time.

In windows platform,command tools is enough,we can encode and send to desktop window via scripts of command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants