Neon Calc This project consists of making a simple calculator with a visual style inspired by old Windows programs, built with C++ and the Raylib library dependences: dependences: cmd: g++ window.cpp -o neon_calc -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 ./neon_calc