mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Add nu-book/zxing-cpp
This commit is contained in:
parent
3a6891d268
commit
d6d1a223bf
27
README.md
27
README.md
|
@ -51,19 +51,20 @@ library implemented in Java, with ports to other languages.
|
|||
|
||||
### ZXing-based third-party open source projects
|
||||
|
||||
| Module | Description
|
||||
| --------------------------------------------------------------- | -----------
|
||||
| [QZXing](https://github.com/ftylitak/qzxing) | port to Qt framework
|
||||
| [zxing-cpp](https://github.com/glassechidna/zxing-cpp) | port to C++ (forked from the [deprecated official C++ port](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/cpp))
|
||||
| [zxing_cpp.rb](https://github.com/glassechidna/zxing_cpp.rb) | bindings for Ruby (not just JRuby), powered by [zxing-cpp](https://github.com/glassechidna/zxing-cpp)
|
||||
| [jsqrcode](https://github.com/LazarSoft/jsqrcode) | port to JavaScript
|
||||
| [python-zxing](https://github.com/oostendo/python-zxing) | bindings for Python
|
||||
| [ZXing .NET](https://github.com/micjahn/ZXing.Net) | port to .NET and C#, and related Windows platform
|
||||
| [php-qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detector-decoder) | port to PHP
|
||||
| [ZXing Delphi](https://github.com/Spelt/ZXing.Delphi) | Port to native Delphi object pascal, targeted at Firemonkey compatible devices (IOS/Android/Win/OSX) and VCL.
|
||||
| [ZXingObjC](https://github.com/TheLevelUp/ZXingObjC) | Port to Objective-C
|
||||
| [php-zxing](https://github.com/dsiddharth2/php-zxing) | PHP wrapper to Zxing Java library
|
||||
| [zxing-js/library](https://github.com/zxing-js/library) | TypeScript port of ZXing library
|
||||
| Module | Description
|
||||
| ----------------------------------------------------------------------------------------- | -----------
|
||||
| [QZXing](https://github.com/ftylitak/qzxing) | port to Qt framework
|
||||
| [glassechidna/zxing-cpp](https://github.com/glassechidna/zxing-cpp) | port to C++ (forked from the [deprecated official C++ port](https://github.com/zxing/zxing/tree/00f634024ceeee591f54e6984ea7dd666fab22ae/cpp))
|
||||
| [nu-book/zxing-cpp](https://github.com/nu-book/zxing-cpp) | recent port to C++
|
||||
| [zxing_cpp.rb](https://github.com/glassechidna/zxing_cpp.rb) | bindings for Ruby (not just JRuby), powered by [zxing-cpp](https://github.com/glassechidna/zxing-cpp)
|
||||
| [jsqrcode](https://github.com/LazarSoft/jsqrcode) | port to JavaScript
|
||||
| [python-zxing](https://github.com/oostendo/python-zxing) | bindings for Python
|
||||
| [ZXing .NET](https://github.com/micjahn/ZXing.Net) | port to .NET and C#, and related Windows platform
|
||||
| [php-qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detector-decoder) | port to PHP
|
||||
| [ZXing Delphi](https://github.com/Spelt/ZXing.Delphi) | Port to native Delphi object pascal, targeted at Firemonkey compatible devices (IOS/Android/Win/OSX) and VCL.
|
||||
| [ZXingObjC](https://github.com/TheLevelUp/ZXingObjC) | Port to Objective-C
|
||||
| [php-zxing](https://github.com/dsiddharth2/php-zxing) | PHP wrapper to Zxing Java library
|
||||
| [zxing-js/library](https://github.com/zxing-js/library) | TypeScript port of ZXing library
|
||||
|
||||
|
||||
### Other related third-party open source projects
|
||||
|
|
Loading…
Reference in a new issue