Compare commits

..

1 Commits

Author SHA1 Message Date
b7a9f0cfc2 changed readme 2026-01-11 06:16:11 +05:00
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,14 @@
A calculator application written in C# and Fusion. A calculator application written in C# and Fusion.
Using Avalonia to draw GUI. Using Avalonia to draw GUI.
You can just type expression if tou don't like pressing GUI buttons.
**Key binds:**
- `Enter`: `=`
- `Del`: `AC`
![screenshot](./screenshot.jpg)
## Building ## Building
Requirements: git, bash, [dotnet8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0), [fut](https://github.com/fusionlanguage/fut) Requirements: git, bash, [dotnet8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0), [fut](https://github.com/fusionlanguage/fut)

BIN
screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB