https://github.com/typicalam/simple-calculator
GUI Calculator with pizzaz
https://github.com/typicalam/simple-calculator
calculator raylib
Last synced: 8 months ago
JSON representation
GUI Calculator with pizzaz
- Host: GitHub
- URL: https://github.com/typicalam/simple-calculator
- Owner: TypicalAM
- Created: 2023-04-20T16:25:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T11:30:01.000Z (over 2 years ago)
- Last Synced: 2025-07-10T20:46:55.078Z (9 months ago)
- Topics: calculator, raylib
- Language: C++
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Clean Calculator
This is a basic calculator made to practice my C++ skills. The UI was built with `raylib` and it has its own lexer/parser and is able to efficiently compute complex expressions. It also looks quite nice.