Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.