https://github.com/ostanton/simplecalculator
A remake of my Nim calculator but in C++ with wxWidgets.
https://github.com/ostanton/simplecalculator
cpp cpp-programming gui gui-application ui wxwidgets
Last synced: 29 days ago
JSON representation
A remake of my Nim calculator but in C++ with wxWidgets.
- Host: GitHub
- URL: https://github.com/ostanton/simplecalculator
- Owner: ostanton
- License: mit
- Created: 2024-01-02T06:15:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T05:21:41.000Z (over 1 year ago)
- Last Synced: 2025-01-10T03:48:17.864Z (6 months ago)
- Topics: cpp, cpp-programming, gui, gui-application, ui, wxwidgets
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleCalculator
A remake of my Nim calculator but in C++ with [wxWidgets](https://www.wxwidgets.org/ "wxWidgets Homepage").Here is a fancy image of it!

The initial calculator was in Nim, [here](https://github.com/ostanton/NimGenericVisualCalculator). However I've been learning C++ since August 2023 now, and use it a lot in Unreal and with SFML, and wanted to try a UI library, so tried wxWidgets and made this. Do I like wxWidgets? Not really. It's ok, but not very clear in how it works. Anyway, it's done and I don't think I'll use wxWidgets again unless I have to. Or I dislike the other UI libraries more, who knows‽ Maybe I'll write my own. I dunno. I like the D language though so might do it there. Hey ho.