Guicy is a small wxWidgets based E-Liquid mixing calculator.
NICOTINE IS A HIGHLY ADDICTIVE SUBSTANCE AND IS TOXIC! ALWAYS DOUBLE CHECK YOUR MIX WITH ANOTHER TOOL!
Guicy is dependent on
- nlohmann/json
- wxWidgets
- CMake
- git
- C++23 supported compiler
- The CMake presets have Ninja set as the build tool ensure you have it or swap it out.
- wxWidgets developments libraries
- vcpkg
- Environment variable 'VCPKG_ROOT' set to the root directory of your vcpkg install.
- Microsoft Visual Studio (probably)
git clone https://github.com/Rewindz/guicy.git
cd guicy
cmake --preset default
cmake --build build
./build/guicyIn your Developer Powershell
git clone https://github.com/Rewindz/guicy.git
cd guicy
cmake --preset windows
cmake --build build
.\build\guicy.exe