Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbrant/mandelbrot-android

Simple, high-performance Mandelbrot explorer app for Android.
https://github.com/dbrant/mandelbrot-android

android fractal mandelbrot

Last synced: 2 months ago
JSON representation

Simple, high-performance Mandelbrot explorer app for Android.

Awesome Lists containing this project

README

        

# mandelbrot-android

Simple, high-performance Mandelbrot explorer app for Android.

## Features

- Drag to move around, and pinch to zoom in and out.
- Tap the Julia button in the toolbar to enable Julia mode. While the Julia window is visible, you can still drag and zoom the Mandelbrot, and also drag and zoom the Julia.
- Tap the Settings button in the toolbar to select the formula, adjust the number of iterations, and see coordinate information.
- Tap the Color Scheme button in the toolbar to change colors.
- Uses native code (JNI) and multiple threads for fastest possible rendering.

## License

Copyright 2014+ Dmitry Brant
See LICENSE file in the repository.