A simple applications to view and generate QR codes! See the application in action at redl3east.github.io/qrview/.
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
Key | Description |
---|---|
ESC | Toggle editor window |
LCtrl + S | Save QR code (Native build only) |
# 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