TCL/Tk wrapper for zxing-cpp #876
oehhar
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for sharing. May I ask what your motivation is? No offense, but I thought TCL/TK was a somewhat obsolete technology? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Axel, hi great zxing-cpp team,
I started a proof of concept of a zxing-cpp wrapper for Tcl/Tk:
An image may be given as raw binary or an image object and decoded.
If there are TkInter folks here - this is a native extension to decode TkInter photo images.
My aim is to replace zbar in undroidwish and to do a webcam capture and decode like in zbartool.tcl.
This is cross-platform including Android, MacOS, Unix and Windows.
The aim is to copy all features of tclzbar.c by magic Christian Werner.
The next open steps are:
TCL uses a configure or nmake toolchain. Only the nmake toolchain is tested with VisualStudio 2022.
Thanks for any comment and take care,
Harald
Beta Was this translation helpful? Give feedback.
All reactions