-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME.txt
23 lines (14 loc) · 909 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Fractoid - A fractal explorer for the Android platform
CREDITS
Copyright (C) 2010 David Byrne <[email protected]>
MultiTouch Controller - Luke Hutchison <[email protected]>
Logo Design - Rhea dela Cruz <[email protected]>
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!