Expired
Milestone
Apr 29, 2023–May 13, 2023
(v1.0-RC) clean API, UTF-8 full support, CLI software
Pre-Release: v1.0
The objective is to release a stable version of the API, with essential feature as writing 3C-Code as well as reading using PixelMap (eg. read from image file)
Todo Tasks
-
(v0.6) UI-Enhancer: create stable version of the user interface API (Drawer, Win32Drawer and X11Drawer) -
(v0.7) Huffman code: create compression system to store more data in the 3c-code using less spaces.
v0.8 to v0.9 is alternative, depending new constraints/features to come.
-
Rebuild the 3C-Code API (3C-Code creation, excluding UI/API, Hamming and Huffman code) to integrate the 3C-Code reader. Final step to move on the release candidate. During the alternate versions (from v0.8 to v0.9), the library must implement a system to draw the 3c-code without having to display it on a frame.
3C-Code Generator
: The software to install (win32/linux CLI)
run
code3c [OPTIONS] --text "<your text>";--file <path>
in your command prompt to generate a 3C-Code ! (tag incoming soon) CLI software able to create 3C-Code from text of file, specifying...
- output file (-s, --show to display in a frame the result) [png file mandatory]
- encoding (ASCII, UTF-8 [default] or UNICODE)
- 3c-code model (WB, WB-2C, WB-6C)
- logo file (png file mandatory)
Loading
Loading
Loading
Loading