https://github.com/lopcode/fractalmaps
https://github.com/lopcode/fractalmaps
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lopcode/fractalmaps
- Owner: lopcode
- License: other
- Created: 2014-09-28T20:11:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T20:40:28.000Z (over 5 years ago)
- Last Synced: 2025-09-24T01:33:57.416Z (4 months ago)
- Language: Java
- Size: 11.9 MB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Fractal Maps
===
This project is a continuation of @Withad's honours project, found here: https://github.com/withad/Mandelbrot-Maps-on-Android
It was completed under the supervision of Professor Philip Wadler (http://homepages.inf.ed.ac.uk/wadler/) and Professor Stephen Gilmore (http://homepages.inf.ed.ac.uk/stg/) at the University of Edinburgh between 2014 and 2015.
# Changes
Additions:
* Introduction of a menu
* Ported to Android Studio / Gradle
* Refactored pretty much everything
* Renderscript rendering (~5x faster at deeper zoom levels)
* Unit testing
# License
All the work here is completed under the GNU GPL v3 license. Please see [COPYING](COPYING) and [GPL-LICENSE](GPL-LICENSE) for details.
# Credits
This work builds on that of the following people:
* Alasdair Corbett, who created the Android port of Mandelbrot Maps: https://github.com/withad/Mandelbrot-Maps-on-Android
* Edward Mallia: http://edwardmallia.com/mandelbrotmaps/
* Taige Liu
* Iain Parris, who created the original Mandelbrot Maps: http://homepages.inf.ed.ac.uk/wadler/mandelbrot-maps/mmaps.html, http://www.inf.ed.ac.uk/publications/thesis/online/IM080583.pdf