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
- Host: GitHub
- URL: https://github.com/lucastavaresa/calculator
- Owner: LucasTavaresA
- License: gpl-3.0
- Created: 2023-08-08T15:59:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-10-05T00:27:03.000Z (9 months ago)
- Last Synced: 2025-10-05T02:41:29.568Z (9 months ago)
- Topics: android, calculator, cross-platform, csharp, dotnet, foss, linux, macos, raylib, windows
- Language: C#
- Homepage:
- Size: 21.5 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator
Crossplatform calculator
https://github.com/user-attachments/assets/1c413f65-0729-42fa-8684-5183473134a3
## Installation
[
](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)