https://github.com/emmmatech/calculator_nx
This is my C++ Calculator program, ported to the Nintendo Switch
https://github.com/emmmatech/calculator_nx
borealis calculator-nx cpp cpp17 cxx cxx17 libnx switch-homebrew
Last synced: 9 months ago
JSON representation
This is my C++ Calculator program, ported to the Nintendo Switch
- Host: GitHub
- URL: https://github.com/emmmatech/calculator_nx
- Owner: EmmmaTech
- License: mit
- Created: 2021-01-16T05:44:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T18:31:10.000Z (over 3 years ago)
- Last Synced: 2025-06-16T01:38:35.350Z (10 months ago)
- Topics: borealis, calculator-nx, cpp, cpp17, cxx, cxx17, libnx, switch-homebrew
- Language: C++
- Homepage:
- Size: 5.64 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Calculator_NX
## Features
Calculator_NX can calculate any expression with the addition, subtraction, multiplication, division and exopoint operators.
Calculator_NX includes a homebrew app which has full support for all the features, and a Tesla menu overlay, which can only calculate expressions (no updating or about tab).
## Compile
In order to compile, you need to setup a development environment.
[Refer to the Getting Started guide](https://devkitpro.org/wiki/Getting_Started) to start.
After it's fully installed, please install the dependencies below.
```bash
(sudo) (dkp-)pacman -S switch-glfw switch-mesa switch-glm switch-curl
```
Finally, run the `build.sh` file which will build the cnx_forwarder, the Calculator_NX app, and the Calculator_NX overlay.
### Cleaning
Run the `clean.sh` file to clean all the build files.
## License
Calculator_NX uses the MIT License. Read the license for more details.