Computerator
A Simple GUI Calculator Program written in C++ Using wxWidgets Framework
Computerator
Dark Theme | Light Theme |
---|---|
Description :
This is a simple calculator program written in wxWidgets. This was my attempt to learn how to do GUI programming using wxWidgets. I made this simple calculator in order to learn how sizers work in wxWidgets.
Learning :
Computerator taught me how different and unique graphics programming is! It’s completely different from what we do usually when creating terminal programs and it’s much more difficult.
Comments :
I also made a text editor in Qt but I don’t have the source/screenshot of it now. I plan to make my own GUI library/framework in future using Vulkan.