Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T05:21:41.000Z (11 months ago)
- Last Synced: 2024-11-11T17:12:14.734Z (2 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!
![calculator_image](https://github.com/ostanton/SimpleCalculator/assets/114495956/fb3f7bc8-c13a-435a-a961-68b1a99981c0)
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.