Flipbook – Animated QR Codes
github.com
Flipbook – Animated QR Codes
1–10 of 15 posts
Re: Flipbook – Animated QR Codes
#2Re: Flipbook – Animated QR Codes
#3Re: Flipbook – Animated QR Codes
#4Looks really cool! This could catch on for restaurant menu's for offline QR-code access
That way you could always keep the menu up to date, and actually have the ability to order food directly from an app that runs locally on the device. That app, the menu, and all related functionality could be completely self-contained in the QR code itself.
Re: Flipbook – Animated QR Codes
#5Re: Flipbook – Animated QR Codes
#6*https://www.bankid.com/utvecklare/guider/teknisk-integration...
Re: Flipbook – Animated QR Codes
#7Re: Flipbook – Animated QR Codes
#8This would be cool – the problem, 99.999% (source: I made it up) of people just know to open the camera app to scan a QR code. So if this is displayed publicly, nobody would know how to scan it without going to another website anyway, which I feel defeats the purpose. Very interesting implementation though!
So yeah - your point is completely valid, but adoption has to start somewhere. Thanks for checking out the project!
Re: Flipbook – Animated QR Codes
#9This is cool. My first question is what is the transfer rate? Like in bits per second.
For the current Typescript version, I'm getting the following on Node 20 with my M1 Max MBP (64g RAM):
- Writer: 100 characters - 6 ops/sec, 1k characters - 1 op/sec - Reader: 100 characters - 10 ops/sec, 1k characters - 3 ops/sec
Again, those are preliminary and entire Node-based figures on a fairly-recent MBP. I'd expect significant performance improvements with both a Rust port as well as running the existing Typescript library through the Bun runtime.
Re: Flipbook – Animated QR Codes
#10Cool project! We have a pretty widespread use of animated qr-codes in Sweden where we use them to with an authentication app called BankID* * https://www.bankid.com/utvecklare/guider/teknisk-integration...