Re: [Pharo-users] [ANN] QRCode on github

2020-04-14 Thread Cédrick Béler
I did some research on qrcode. There are some great libraries out there. This one is great regarding implementation (and comments). That’d be possible to port or at least inspire (again look at the comments). https://github.com/nayuki/QR-Code-generator/blob/master/python/qrcodegen.py Also I fe

Re: [Pharo-users] [ANN] QRCode on github

2020-04-14 Thread Torsten Bergmann
Hi Renaud, your code is also based on the orginal version of Jochen Rick. Jochens code always worked but unfortunately had only a few tests and was codewise hard to understand. Dont know if you just moved or also refactored and extended it. I also once started with a clean reimplementation (al

Re: [Pharo-users] [ANN] QRCode on github

2020-04-14 Thread Sven Van Caekenberghe
Great, thanks. This is indeed a very well written project. > On 14 Apr 2020, at 00:19, Renaud de Villemeur via Pharo-users > wrote: > > > From: Renaud de Villemeur > Subject: [ANN] QRCode on github > Date: 14 April 2020 at 00:19:58 GMT+2 > To: Any question about pharo is welcome > > > Need