#3dcalculator A simple pocket calculator application for nintendo 3ds.
This application demos threegui a OOP-based MVC library for 3DS.
It demonstrates the following features of threegui:
- Bootstrapping of the application in main.cpp.
- Creating and starting a Controller.
- Creation of custom view commponents.
- Loading and using fonts using the AssetManager.
##dependencies
- Devkitpro/Devkitarm
- 3ds-Portlibs
- ctrulib
- sf2dlib
- sfillib
- sftdlib
- threegui
- duktape to evaluate expressions