Frex - in the browser

15 years ago, I was playing around with a fractal generator on Android, experimenting with the idea of using tiles and texturing them with the fractal image. Nearly two decades before that, I was staying up late exploring fractals with a monochrome monitor, a hand-me-down PC XT, and a 40 MB large hard disk drive that held the wonderful Fractint program. ...

Jul 21, 2026 · 2 min · Kristian Golding

Frex - with zoom

After a lot of refactoring, Frex now has a code base that I can understand the next day. I took the opportunity to install version control on my laptop to save me from any potential “oh f%*k” moments, or at least make them not as bad. I chose subversion for this, and as the repository is located in my dropbox folder, I’m not worried about having to back it up. ...

Jul 14, 2011 · 1 min · Kristian Golding

A little bit of Android coding

Back in high school, a friend gave me his book on fractals (thanks Damo!), and I spent hours and hours generating fractals using the bundled ‘fractint’ software. It didn’t matter that I was using a hand-me-down AT PC (everything was ok though, as this was the 8 MHz version!), watching the fractal generate line-by-line was fine by me. Today I found the time and ambition to create for the Android platform a program that generates the Mandelbrot fractal. That’s all this program does (for now). It does it very slowly, with absolutely no bells and whistles. Say hi to “Frex” (“FRactal EXplorer”). ...

Jul 3, 2011 · 1 min · Kristian Golding