QR Reader is a cross-platform QR code reader built with the GioUI graphics library. It supports macOS, Linux, Windows, and Android.
- Cross-platform compatibility
- Built with GioUI graphics library
- Support for macOS, Linux, Windows, and Android
- macOS: Requires Xcode Command Line Tools.
- Linux: Requires v4l2 (Video for Linux 2).
- Windows: Requires MinGW or MSYS2.
- Android: Requires NDK 24 (Native Development Kit).
This app uses the Camera Package for accessing the camera across different platforms. The camera
package is a cross-platform solution written in CGo, supporting macOS, Linux, Windows, and Android.
Build for desktop (macOS, Linux, Windows)
make
Build for Android
make android
make apk_install
Modify the Makefile before build.
Contributions are highly appreciated.
- Fix Bugs
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, suggestions, or contributions, please contact:
- Email: [email protected]