Skip to content

A simple applications to view and generate QR codes! Live Demo at the link below!

Notifications You must be signed in to change notification settings

REDl3east/qrview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text Qrview

A simple applications to view and generate QR codes! See the application in action at redl3east.github.io/qrview/.

Quick Start

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release .. # It may take a little bit!
make -j 4

# running the application
./qrview

# install the application
sudo make install

Controls

Key Description
ESC Toggle editor window
LCtrl + S Save QR code (Native build only)

Building for Escripten with Linux

# clone the toolchain
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk

./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh

cd ..

mkdir build
cd build

# building the project
emcmake cmake -DCMAKE_BUILD_TYPE=Release ..
emmake make

# running the application
emrun ./qrview.html

Resources

About

A simple applications to view and generate QR codes! Live Demo at the link below!

Topics

Resources

Stars

Watchers

Forks