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: 8 months ago
JSON representation

GUI Calculator with pizzaz

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.