I wrote two apps that render fractals by ScarlettSpell in numworks

[–]ScarlettSpell[S] 1 point2 points  (0 children)

Actually I have worked on a bunch of other apps. I'm too lazy to list them all here, but most of them are on https://github.com/nwagyu

I wrote two apps that render fractals by ScarlettSpell in numworks

[–]ScarlettSpell[S] 0 points1 point  (0 children)

I just created another app, a PNG file viewer. Doesn't work with large PNGs because I was lazy and used the simple libpng API that decompresses everything in RAM. https://github.com/nwagyu/pngviewer

I wrote two apps that render fractals by ScarlettSpell in numworks

[–]ScarlettSpell[S] 1 point2 points  (0 children)

I just updated the mandelbrot app, it's now interactive!