Search found 3 matches

by spiritprince
Mon Jul 07, 2014 12:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Barcode Scanning with Renpy
Replies: 3
Views: 2021

Re: Android Barcode Scanning with Renpy

Nevermind I figured it out. I went back and wrote everything in Java, then I called it using pyjnius. Much easier this way.
by spiritprince
Sun Jun 29, 2014 3:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Barcode Scanning with Renpy
Replies: 3
Views: 2021

Re: Android Barcode Scanning with Renpy

Okay. I've been working on this all week and I think I'm getting pretty close. I first started coding in java, but I got stuck on registering/creating listeners for scan results. So I switched back to python and used pyjnius to access the necessary Java classes. Here's what I've done so far... 1) Ad...
by spiritprince
Mon Jun 23, 2014 8:05 am
Forum: Ren'Py Questions and Announcements
Topic: Android Barcode Scanning with Renpy
Replies: 3
Views: 2021

Android Barcode Scanning with Renpy

Hello Lemmasoft community, I am trying to integrate barcode scanning ability into Renpy on Android. I would like users to scan barcodes using his or her smartphone during a Renpy game. To do this, I am thinking about importing libraries such as Zxing or Zbar, but my lack of understanding around RAPT...