This is an app that will draw the Mandelbrot set on your NumWorks calculator.
This app uses the same algorithm as the sample mandelbrot.py
Python script that ships with the NumWorks calculator. But it is roughly 100x faster!
Installing is rather easy:
- Download the latest
mandelbrot.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