Back
Calculator_NX
by EmreTech
|
Version | 2.0.1 |
Zip size | 1,485 KiB |
License | MIT |
Updated | 11/10/2021 |
Downloads | 3,500 |
MD5 | 5dd7af5bbdc2f27a38796f7386a2a91d |
App Details
A simple calculator program made in C++, which is also my first Switch Homebrew application! Controls are Up to select Addition, Down to select Subtraction, Left to select Multiplication, and Right to select Division. Once you selected an operator, press L to calculate.
Changelog
2.0.1
Bug fixes in 2.0.1:
Removed the user having to manually exit out of the app after an update has been downloaded
Fixed versioning in overlay
2.0.0
New features in 2.0.0:
Complete rewrite, starting from scratch
New UI look (still powered by Borealis yoga)
Can now evaluate expressions
Reimplementation of the updater
Added a new Tesla menu Overlay! (Comes in a separate file from the original app)
1.3.2-beta2
New features with 1.3.2 Beta 2:
Fixing bugs and compiler warnings
Removing the CMD app
Improvements:
Improved how the config and download folders are made if they both don't exist
Fixed compiler warnings about functions in calculator.hpp being defined as static even though that's not needed
1.3.1
Fixed an issue where switching to the CMD version of the app didn't work, and the other way around.
1.3.0
Calculator_NX now comes with a GUI! The GUI is made with the borealis library, which uses the Apache v2.0 license.
If you prefer the older, CMD look of the app, you can switch to it! (This feature is untested)
1.2.0
Changed the calculation method to allow an "infinite" amount of numbers and floating-point numbers
1.2.0-beta
This has not been tested, be aware of any bugs/glitches and report them to the issue tracker.
1.1.0
This has some changes related to crashing when you type in letters instead of numbers. I also customized the Makefile to add more details about the app itself.