Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dbrant/mandelbrot-android
- Owner: dbrant
- License: gpl-2.0
- Created: 2015-02-07T17:03:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T20:04:12.000Z (9 months ago)
- Last Synced: 2024-04-16T12:07:51.981Z (9 months ago)
- Topics: android, fractal, mandelbrot
- Language: Kotlin
- Size: 6.43 MB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.