Crossplatform calculator
out.mov
git clone https://github.com/LucasTavaresA/Calculator.git
cd Calculator
./build.sh
This will build calculator, get you the executable and delete everything
Install docker then run
docker build -t calc .
docker run --name calc-container calc
docker cp calc-container:/Calculator/build/CalculatorDesktop Calculator
docker rm -f calc-container
docker rmi -f calc
Made with raylib, used Raylib-cs bindings
Font: Iosevka
Icons: Google Material Icons