You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QR-Code-generator/scheme
José Bollo 93237ecbd6
Add basic scheme implementation
2 years ago
..
Readme.markdown Add basic scheme implementation 2 years ago
bits.scm Add basic scheme implementation 2 years ago
qrcodegen-demo.scm Add basic scheme implementation 2 years ago
qrcodegen.scm Add basic scheme implementation 2 years ago
qrcodegen.sld Add basic scheme implementation 2 years ago
reed-solomon.scm Add basic scheme implementation 2 years ago

Readme.markdown

QR Code generator library - SCHEME R7RS-small

Introduction

This project aims to be a simple R7RS-small implementation of QR code generator.

It is tested using the interpreter TR7 (https://gitlab.com/jobol/tr7)

Improvements for other implementations are very welcome