Icon

Barcode Scanner

Taylor Dale

You must be logged in to obtain assets

Description

Scan almost any type of barcode with your Gamemaker application! Simple implementation, returns the type of barcode and its contents as strings.

  • QR_CODE
  • AZTEC,
  • CODABAR
  • CODE_39
  • CODE_93
  • CODE_128
  • DATA_MATRIX
  • EAN_8
  • EAN_13
  • ITF
  • MAXICODE
  • PDF_417
  • RSS_14
  • RSS_EXPANDED
  • UPC_A
  • UPC_E
  • UPC_EAN_EXTENSION

Extension supports Android only. Includes a usage demo.

Gamemaker Implementation can be as simple as follows:

/// Social Async Event
if (async_load[? "type"] == "barcode") {
    if (async_load[? "scanned"]) {
        cancelled = "No";
        type = async_load[? "format"];
        data = async_load[? "data"];
    } else {
        // User closed the scanner
        cancelled = "Yes";
    }
}

The user must have Barcode Scanner installed. A standalone version will be released in the future.

Need an Android extension or SDK Implementation?

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS1 - Version 1.0.0. Published March 7, 2017

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait