Skip to content

A gui version of Hielo Calculator, with more drawbacks and less precision than the CLI one.

License

Notifications You must be signed in to change notification settings

scourii/HieloCalculatorApp

Repository files navigation

HieloCalculatorApp

A gui version of Hielo Calculator, with more drawbacks and less precision than the CLI one.

Screenshots

image image

Technologies

Project is created with:

Drawbacks

  • Missing Decimal Point
  • Units are not precise, they are rounded.

Setup

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

License

MIT

Contributing

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.

Releases

No releases published

Packages

No packages published

Languages