Skip to content

Final Fractal generator as-is release

Compare
Choose a tag to compare
@tamchow tamchow released this 07 Dec 07:21
· 228 commits to master since this release

I am releasing the code now as production-ready. See this to know for yourself.

All version numbers are synced to current/future Android version numbers, as I am a great Android fan ;)

The well-known Julia Set Fractal for z2+c, c=-0.8+0.156i, at base precision 600, 1921x1081, base color 0x00ff00, step 0xfff000, iteration depth 32, escape radius 2.0

fractal 18

Note that the main class technically supports all 3 types of configuration files (image, complex and IFS fractals) and can switch to the BrainSext interpreter and the RC4 encryption-decryption program with the /bs and /encrypt or /decrypt command-line switches, respectively, but is UI-silent, except for errors printed to console.

Debugging output and progress is provided through a platform-suitable class implementing the ProgressPublisher interface.

Full multithreading. 10x performance improvements with proper configurations. Enjoy!

I welcome all constructive suggestions.