This is an app that will draw the Sierpinski triangle on your NumWorks calculator.
Installing is rather easy:
- Download the latest
sierpinski.nwa
file from the Releases page - Head to my.numworks.com/apps to send the
nwa
file on your calculator
Well, there isn't much to do. Just launch it and watch. You can press the "Home" button to exit.
To build this sample app, you will need to install the embedded ARM toolchain and nwlink.
brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make run