EmreTech / Calculator_NX

This is my C++ Calculator program, ported to the Nintendo Switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon photo for Calculator_NX

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 to start.

After it's fully installed, please install the dependencies below.

(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.

About

This is my C++ Calculator program, ported to the Nintendo Switch

License:MIT License


Languages

Language:C++ 66.9%Language:Makefile 32.5%Language:Shell 0.7%