Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.