An open API service indexing awesome lists of open source software.

https://github.com/dventurb/calculator

A simple desktop calculator built in C using GTK 4, with a nice graphical user interface.
https://github.com/dventurb/calculator

c-programming calculator-application gtk gtk4 gui linux

Last synced: 2 months ago
JSON representation

A simple desktop calculator built in C using GTK 4, with a nice graphical user interface.

Awesome Lists containing this project

README

          




Logo

Calculator


A simple desktop calculator built in C using GTK 4, with a nice graphical user interface.





Installation
|
Dependencies



screenshot

## Installation

```bash
git clone https://github.com/dventurb/calculator.git
cd calculator
make
```

## Dependencies
- **GTK 4** (`libgtk-4-dev`)
- **GLib** (`libglib2.0-dev`)
- **tinyexpr** (included in `lib/tinyexpr.c` and `lib/tinyexpr.h`)
- **Build tools**: `gcc`, `make`, `pkg-config`