A gui version of Hielo Calculator, with more drawbacks and less precision than the CLI one.
Project is created with:
- Missing Decimal Point
- Units are not precise, they are rounded.
Install the Dotnet 5.0103 framework for C# and download the DecimalEX nuget package.
$ gitclone https://github.com/SugarBlank/HieloCalculator/
$ cd ../HieloCalculator
$ dotnet add package DecimalMath.DecimalEx --version 1.0.2
$ Add the Avalonia framework on https://avaloniaui.net/
$ dotnet run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Suggestions for places to clean up code would be great too.
Please make sure to update tests as appropriate.