Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
A fractal image explorer for the Android platform
http://dave-byrne.blogspot.com
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
app | ||
|
|
gradle/wrapper | ||
|
|
.gitignore | ||
|
|
README.txt | ||
|
|
build.gradle | ||
|
|
gradlew | ||
|
|
gradlew.bat | ||
|
|
local.properties.EXAMPLE | ||
|
|
settings.gradle | ||
README.txt
Fractoid - A fractal explorer for the Android platform CREDITS Copyright (C) 2010 David Byrne <david.r.byrne@gmail.com> MultiTouch Controller - Luke Hutchison <luke.hutch@mit.edu> Logo Design - Rhea dela Cruz <rhea.delacruz@gmail.com> Many of the algorithms are described in detail in Jussi Härkönen's "On Fractal Coloring Techniques" http://www.violetindustries.com/gallery.php?cat=techniques Special thanks to Jeffrey Blattman for his valuable user feedback. INSTALLATION 1) Install Android Studio: https://developer.android.com/studio/ 2) Use the SDK manager to install NDK, CMake, LLDB to support native code: https://developer.android.com/studio/projects/add-native-code.html 3) If Android Studio does not create a local.properties file, copy local.properties.EXAMPLE to local.properties and set the correct Android SDK location. 4) Run the gradle build to make the project. 5) Start hacking!