libcimbar icon indicating copy to clipboard operation
libcimbar copied to clipboard

Windows support

Open fcwys opened this issue 1 year ago • 11 comments

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.

fcwys avatar Sep 05 '24 06:09 fcwys

maybe, you can compile the code to exe.

zhjygit avatar Sep 06 '24 03:09 zhjygit

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

fcwys avatar Sep 06 '24 03:09 fcwys

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

troilus avatar Sep 06 '24 03:09 troilus

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

fcwys avatar Sep 06 '24 03:09 fcwys

About sending file name: https://github.com/sz3/libcimbar/issues/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.

troilus avatar Sep 06 '24 03:09 troilus

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.

sz3 avatar Sep 06 '24 04:09 sz3

It is a good idea to use a webapp decoder.

fcwys avatar Sep 06 '24 06:09 fcwys

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.

zhjygit avatar Sep 06 '24 12:09 zhjygit

Is there a decoder release version available on the Windows platform?

zhangzhancheng avatar Jun 23 '25 06:06 zhangzhancheng

Is there a decoder release version available on the Windows platform?

Not yet.

I've been making (slow...) progress on the webapp decoder, but it's still too buggy to be useful.

sz3 avatar Jun 24 '25 06:06 sz3

https://github.com/sz3/libcimbar/issues/71#issuecomment-3190195061

https://github.com/sz3/libcimbar/releases/tag/v0.6.2c

sz3 avatar Aug 14 '25 23:08 sz3