Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 989 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 989 Bytes

Sierpinski

Build

This is an app that will draw the Sierpinski triangle on your NumWorks calculator.

Install the app

Installing is rather easy:

  1. Download the latest sierpinski.nwa file from the Releases page
  2. Head to my.numworks.com/apps to send the nwa file on your calculator

How to use the app

Well, there isn't much to do. Just launch it and watch. You can press the "Home" button to exit.

Build and run the app

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