Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 307 Bytes

File metadata and controls

9 lines (7 loc) · 307 Bytes

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