Skip to content

Commit 2c8d53a

Browse files
authored
Create master branch via GitHub
1 parent 4d7513d commit 2c8d53a

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,29 @@ <h1>
2525
<p><a href="https://travis-ci.org/kefniark/UnityBarcodeScanner"><img src="https://travis-ci.org/kefniark/UnityBarcodeScanner.svg?branch=master" alt="Build Status"></a></p>
2626

2727
<p>Since months, I was looking for a good way to parse QRCodes (and generic barcode) in Unity.
28-
On the Asset Store, few library are already providing that, but they are expensive, overly complex, not tested and not always maintained.</p>
28+
On the Asset Store, few libraries are already providing that, but they are expensive, overly complex, not tested and not always maintained.</p>
2929

30-
<p>So, I just want to do something simple, readable, cross-plateform and open source.</p>
30+
<p>So, I was just trying to do something simple, readable, cross-platform and open source.</p>
3131

3232
<ul>
3333
<li>Tested with Unity <code>5.3.x</code>, <code>5.4.x</code>
3434
</li>
3535
<li>Tested on <code>PC</code>, <code>Mac</code>, <code>Android</code>, <code>WebGL</code>
3636
</li>
37+
<li>Tested with the following barcode format:
38+
39+
<ul>
40+
<li>1D : <code>Code 39</code>, <code>Code 128</code>, <code>ISBN</code>
41+
</li>
42+
<li>2D : <code>QR Code</code>, <code>Aztec</code>, <code>Data Matrix</code>
43+
</li>
44+
</ul>
45+
</li>
3746
</ul>
3847

3948
<h1>
4049
<a id="how-to-use-it-" class="anchor" href="#how-to-use-it-" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How to use it ?</h1>
4150

42-
<p>This project is a Unity Project that can open directly</p>
43-
4451
<ul>
4552
<li><a href="https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/Samples/">Example</a></li>
4653
<li><a href="https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/">Install</a></li>
@@ -53,11 +60,6 @@ <h1>
5360

5461
<p>Under license WTFPL (<a href="http://www.wtfpl.net/about/">http://www.wtfpl.net/about/</a>)</p>
5562

56-
<h1>
57-
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact</h1>
58-
59-
<p>If you have any question or issue with this project, you can post and issue on <a href="https://github.com/kefniark/UnityBarcodeScanner/issues">Github Issues</a></p>
60-
6163
<footer class="site-footer">
6264
<span class="site-footer-owner"><a href="https://github.com/kefniark/UnityBarcodeScanner">Unity Barcode Scanner</a> is maintained by <a href="https://github.com/kefniark">kefniark</a>.</span>
6365

params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Unity Barcode Scanner",
33
"tagline": "",
4-
"body": "# Unity Barcode Scanner\r\n[![Build Status](https://travis-ci.org/kefniark/UnityBarcodeScanner.svg?branch=master)](https://travis-ci.org/kefniark/UnityBarcodeScanner)\r\n\r\nSince months, I was looking for a good way to parse QRCodes (and generic barcode) in Unity.\r\nOn the Asset Store, few library are already providing that, but they are expensive, overly complex, not tested and not always maintained.\r\n\r\nSo, I just want to do something simple, readable, cross-plateform and open source.\r\n* Tested with Unity `5.3.x`, `5.4.x`\r\n* Tested on `PC`, `Mac`, `Android`, `WebGL`\r\n\r\n# How to use it ?\r\nThis project is a Unity Project that can open directly\r\n\r\n* [Example](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/Samples/)\r\n* [Install](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/)\r\n* [Tests](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/Editor/)\r\n* [Code](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/Scripts/)\r\n\r\n# License\r\nUnder license WTFPL (http://www.wtfpl.net/about/)\r\n\r\n# Contact\r\nIf you have any question or issue with this project, you can post and issue on [Github Issues](https://github.com/kefniark/UnityBarcodeScanner/issues)",
4+
"body": "# Unity Barcode Scanner\r\n[![Build Status](https://travis-ci.org/kefniark/UnityBarcodeScanner.svg?branch=master)](https://travis-ci.org/kefniark/UnityBarcodeScanner)\r\n\r\nSince months, I was looking for a good way to parse QRCodes (and generic barcode) in Unity.\r\nOn the Asset Store, few libraries are already providing that, but they are expensive, overly complex, not tested and not always maintained.\r\n\r\nSo, I was just trying to do something simple, readable, cross-platform and open source.\r\n* Tested with Unity `5.3.x`, `5.4.x`\r\n* Tested on `PC`, `Mac`, `Android`, `WebGL`\r\n* Tested with the following barcode format:\r\n * 1D : `Code 39`, `Code 128`, `ISBN`\r\n * 2D : `QR Code`, `Aztec`, `Data Matrix`\r\n\r\n# How to use it ?\r\n* [Example](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/Samples/)\r\n* [Install](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/)\r\n* [Tests](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/Editor/)\r\n* [Code](https://github.com/kefniark/UnityBarcodeScanner/tree/master/Assets/Scripts/)\r\n\r\n# License\r\nUnder license WTFPL (http://www.wtfpl.net/about/)\r\n",
55
"note": "Don't delete this file! It's used internally to help with page regeneration."
66
}

0 commit comments

Comments
 (0)