Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typicalam/simple-calculator
GUI Calculator with pizzaz
https://github.com/typicalam/simple-calculator
calculator raylib
Last synced: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T11:30:01.000Z (over 1 year ago)
- Last Synced: 2024-04-19T21:05:59.652Z (8 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.