budchirp/calcplusplus

calcplusplus

TUI calculator written in C++ using FTXUI

StargazersLast commitIssues

💾 Getting started

Requirements

  1. C++ compiler
  2. CMake & Make

How to start?

  1. Clone the repo
sh
git clone https://github.com/budchirp/calcplusplus && cd calcplusplus
  1. Compile the code
sh
mkdir build && cd build
cmake .. && make -j$(nproc)

NOTE: If you're using fish, remove the $ sign.

  1. Have fun!
sh
./calcplusplus

TUI calculator written in C++ using FTXUI

2
GNU General Public License v3.0
01/07/2023
  • C++68.72%
  • CMake31.28%