mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Port code.google.com/p/zxing page to Github README.md, take 2
This commit is contained in:
parent
a3f4060be9
commit
2b437851e5
63
README.md
63
README.md
|
@ -17,54 +17,59 @@ library implemented in Java, with ports to other languages.
|
||||||
|
|
||||||
### Active
|
### Active
|
||||||
|
|
||||||
| *core* | The core image decoding library, and test code
|
| Module | Description
|
||||||
| *javase* | JavaSE-specific client code
|
| ------------------- | -----------
|
||||||
| *android* | Android client, <a href="https://play.google.com/store/apps/details?id=com.google.zxing.client.android">Barcode Scanner</a> |
|
| core | The core image decoding library, and test code
|
||||||
| *androidtest* | Android test app, ZXing Test
|
| javase | JavaSE-specific client code
|
||||||
| *android-integration* | Supports integration with Barcode Scanner via `Intent`
|
| android | Android client, [Barcode Scanner](https://play.google.com/store/apps/details?id=com.google.zxing.client.android) |
|
||||||
| *zxingorg* | The source behind `zxing.org`
|
| androidtest | Android test app, ZXing Test
|
||||||
| *zxing.appspot.com* | The source behind web-based barcode generator at `zxing.appspot.com`
|
| android-integration | Supports integration with Barcode Scanner via `Intent`
|
||||||
|
| zxingorg | The source behind `zxing.org`
|
||||||
|
| zxing.appspot.com | The source behind web-based barcode generator at `zxing.appspot.com`
|
||||||
|
|
||||||
Try the [http://zxing.appspot.com/generator web-based QR Code generator] and
|
Try the [web-based QR Code generator](http://zxing.appspot.com/generator) and
|
||||||
[http://zxing.org/w/ web-based barcode decoder].
|
[web-based barcode decoder](http://zxing.org/w/).
|
||||||
|
|
||||||
### Intermittently maintained
|
### Intermittently maintained
|
||||||
|
|
||||||
There are also additional modules which are contributed and/or intermittently maintained:
|
There are also additional modules which are contributed and/or intermittently maintained:
|
||||||
|
|
||||||
| *actionscript* | partial port to Actionscript
|
| Module | Description
|
||||||
| *glass-mirror* | partial implementation for the Google Glass Mirror API
|
| ------------ | -----------
|
||||||
| *jruby* | JRuby wrapper
|
| actionscript | partial port to Actionscript
|
||||||
|
| glass-mirror | partial implementation for the Google Glass Mirror API
|
||||||
|
| jruby | JRuby wrapper
|
||||||
|
|
||||||
|
|
||||||
### Available in previous releases
|
### Available in previous releases
|
||||||
|
|
||||||
| *cpp* | C++ port
|
| Module | Description
|
||||||
| *iphone* | iPhone client
|
| ------ | -----------
|
||||||
| *objc* | Objective C port
|
| cpp | C++ port
|
||||||
|
| iphone | iPhone client
|
||||||
|
| objc | Objective C port
|
||||||
|
|
||||||
### Related third-party open source projects
|
### Related third-party open source projects
|
||||||
|
|
||||||
| *[https://sourceforge.net/projects/qzxing QZXing]* | port to Qt framework
|
| Module | Description
|
||||||
| *[http://zxingnet.codeplex.com/ ZXing .NET]* | port to .NET and C#, and related Windows platform
|
| -------------------------------------------------- | -----------
|
||||||
|
| [QZXing](https://sourceforge.net/projects/qzxing) | port to Qt framework
|
||||||
|
| [ZXing .NET](http://zxingnet.codeplex.com/) | port to .NET and C#, and related Windows platform
|
||||||
|
|
||||||
### Other third-party open source projects
|
### Other third-party open source projects
|
||||||
|
|
||||||
| *[http://zbar.sourceforge.net/ ZBar]* | Decoder in C++, especially for iPhone
|
| Module | Description
|
||||||
| *[http://sourceforge.net/projects/zint/ Zint]* | Barcode generator
|
| --------------------------------------------- | -----------
|
||||||
|
| [ZBar](http://zbar.sourceforge.net/) | Decoder in C++, especially for iPhone
|
||||||
|
| [Zint](http://sourceforge.net/projects/zint/) | Barcode generator
|
||||||
|
|
||||||
## Contacting
|
## Contacting
|
||||||
|
|
||||||
Post to the [https://groups.google.com/group/zxing discussion forum] or tag a question with `zxing`
|
Post to the [discussion forum](https://groups.google.com/group/zxing) or tag a question with [`zxing`
|
||||||
on [http://stackoverflow.com/questions/tagged/zxing StackOverflow].
|
on StackOverflow](http://stackoverflow.com/questions/tagged/zxing).
|
||||||
|
|
||||||
## Etcetera
|
## Etcetera
|
||||||
|
|
||||||
_QR code is trademarked by Denso Wave, inc. Thanks to Haase & Martin OHG for contributing the logo._
|
QR code is trademarked by Denso Wave, inc. Thanks to Haase & Martin OHG for contributing the logo.
|
||||||
|
Optimized with [http://www.ej-technologies.com/products/jprofiler/overview.html](JProfiler)
|
||||||
Optimized with
|

|
||||||
<a href="http://www.ej-technologies.com/products/jprofiler/overview.html">
|
|
||||||
<img src="http://www.ej-technologies.com/images/banners/jprofiler_small.png"/></a>
|
|
||||||
|
|
||||||
<script type="text/javascript" src="http://www.ohloh.net/p/12084/widgets/project_factoids_stats.js"></script>
|
|
||||||
|
|
Loading…
Reference in a new issue