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.
- Host: GitHub
- URL: https://github.com/dventurb/calculator
- Owner: dventurb
- License: mit
- Created: 2025-05-24T21:14:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T23:32:17.000Z (about 1 year ago)
- Last Synced: 2025-06-04T01:50:27.699Z (about 1 year ago)
- Topics: c-programming, calculator-application, gtk, gtk4, gui, linux
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Calculator
A simple desktop calculator built in C using GTK 4, with a nice graphical user interface.
Installation
|
Dependencies
## 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`