Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pointandlaugheveryone/algebruh
A calculator with "funny" exception messages and shunting yard algorithm implementation.
https://github.com/pointandlaugheveryone/algebruh
avalonia avalonia-ui csharp linux-app
Last synced: 16 days ago
JSON representation
A calculator with "funny" exception messages and shunting yard algorithm implementation.
- Host: GitHub
- URL: https://github.com/pointandlaugheveryone/algebruh
- Owner: pointandlaugheveryone
- Created: 2024-10-17T19:44:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T23:57:18.000Z (17 days ago)
- Last Synced: 2024-12-08T00:24:30.464Z (17 days ago)
- Topics: avalonia, avalonia-ui, csharp, linux-app
- Language: C#
- Homepage:
- Size: 105 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***This is a learning project gone wild.***\
I refactored the first code completely and tried to make it actually usable and easier to add other functions in the future.\
(which I probably will not do honestly)\
However, it's still the first GUI thing I've ever made, so I will keep this public.Currently, it utilises the shunting yard algorithm to enable copy-pasting mathematical expressions and validate parentheses.
The UI is build with AvaloniaUI to be platform agnostic.\
Not all buttons are there yet but the functions (e.g. parentheses) work.![algebruhview](https://github.com/pointandlaugheveryone/AlgeBruh/blob/main/algebruhview.png)