• Stars
    star
    223
  • Rank 177,662 (Top 4 %)
  • Language
    C#
  • License
    Do What The F*ck ...
  • Created about 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Unity Barcode Scanner

Unity Barcode Scanner

Unity Barcode Scanner Logo Build Status

IMPORTANT: This Project is not supported anymore !!! Link

Since months, I was looking for a good way to parse QRCodes (and generic barcode) in Unity. So, I was just trying to do something simple, readable, cross-platform and open source.

  • Tested with Unity 5.3.x, 5.4.x, 5.5.x , 2017.3.x
  • Tested on PC, Mac, Android, iOS, WebGL
  • Tested with the following barcode format:
    • 1D : Code 39, Code 128, ISBN
    • 2D : QR Code, Aztec, Data Matrix

How does that work ?

This project is a Unity Project you can use directly.

Every part is separated and can be replaced or extended if needed

  • Camera : use directly the API of unity to access the webcam (available on iOS, Android, Windows, Mac, Linux, ...)
  • Parser : use zxing to extract the data https://zxingnet.codeplex.com/ (Apache 2)
  • Scanner : use Camera & Parser and manage them in a unity context

And that's it, few C# files and a dll

How to use it ?

License

Under license WTFPL (http://www.wtfpl.net/about/)

More Repositories

1

Fatina

Small & Light tweening library for Web / Games
TypeScript
11
star
2

ansible-haproxy-role

Ansible Galaxy Role for HAProxy. Installs and configure haproxy under ubuntu/debian/centos
7
star
3

ld40-gamejam

Compo made during the Ludum Dare 40
C#
3
star
4

Fatina-Plugin-Helpers

A plugin to add helper function to few 2d engine (pixi, phaser, ...)
TypeScript
3
star
5

turnkey-laravel

Laravel 4.1 - Web Application Framework
Shell
3
star
6

babylon-typescript-template

Really simple and ready to develop game with BabylonJS template
TypeScript
2
star
7

testvoxellight

Test with babylonjs about voxel light propagation and usage
JavaScript
2
star
8

Kaaya

JS Library for State management and Data synchronization between Applications
JavaScript
2
star
9

Jil

UI Framework for HTML5 Games
TypeScript
1
star
10

Coopa

Simple and reliable Typescript utility library
JavaScript
1
star
11

kaaya-cardgame

Simple card game design mostly for AI testing and ML experimentation
TypeScript
1
star
12

xlsdiff

Small CLI tool to be able to git diff excel files
JavaScript
1
star
13

turnkey-tools

A small application to manage turnkey task
Python
1
star
14

mango

Simple, modern, opinionated Web Server in Golang
Go
1
star
15

python-program-structure

A simple Structure to start Python Applications
Python
1
star
16

advent-of-code-2023

Advent of Code 2023 🎅🌟❄️☃️🎄🎁
Go
1
star
17

electron-babylon-test

Test for an electron app (electron + webpack + typescript + react + babylonjs)
TypeScript
1
star
18

pixel-builder

Toolbox to build HTML5 games
TypeScript
1
star
19

pixel-builder-examples

Sample Projects for Pixel Builder
TypeScript
1
star
20

testBlockly

Small test with blockly and pixi.js
JavaScript
1
star
21

Fatina-Plugin-Animator

A Fatina plugin to manage animation in games
TypeScript
1
star
22

mango-sql

Golang Client Code-Generator for SQL Database (Postgres, SQLite, ...)
Go
1
star