BangleApps/apps/mandel
marko 951490ea54 Add icon 2020-10-16 14:45:35 -04:00
..
README.md First commit, app Mandel 2020-10-16 14:37:32 -04:00
mandel-icon.js First commit, app Mandel 2020-10-16 14:37:32 -04:00
mandel.app.js First commit, app Mandel 2020-10-16 14:37:32 -04:00
mandel.info First commit, app Mandel 2020-10-16 14:37:32 -04:00
mandel.min.js First commit, app Mandel 2020-10-16 14:37:32 -04:00
mandel.png Add icon 2020-10-16 14:45:35 -04:00

README.md

Mandel

Draw a colored rendition of the famous Mandelbrot set. Pushing button 2 activates zoom mode: the top and left edge of the zoom region can be moved up/down with buttons 1 and 3 and left/right by touching the screen left right. Pushing button 2 again allows movement of the bottom and right edge in the same manner. Pushing button 2 a third time renders the selected region full screen.

The code uses inlined C code for perfomance reasons. Full source is provided on github.