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

https://github.com/lucastavaresa/calculator

Crossplatform Calculator App
https://github.com/lucastavaresa/calculator

android calculator cross-platform csharp dotnet foss linux macos raylib windows

Last synced: 4 months ago
JSON representation

Crossplatform Calculator App

Awesome Lists containing this project

README

          

# Calculator

Crossplatform calculator

https://github.com/user-attachments/assets/1c413f65-0729-42fa-8684-5183473134a3

## Installation

[Get it on GitHub](https://github.com/lucastavaresa/calculator/releases)

## Build

```sh
git clone https://github.com/LucasTavaresA/Calculator.git
cd Calculator
make
```

### Build with docker

This will build calculator, get you the executable and delete everything

Install docker then run `make docker-linux` or `make docker-linux CONTAINER=podman` to use podman

## Credits

Made with [raylib](https://www.raylib.com/), used [Raylib-cs](https://github.com/ChrisDill/Raylib-cs) bindings

Font: [Iosevka](https://github.com/be5invis/Iosevka)

Icons: [Google Material Icons](https://fonts.google.com/icons)