forked from xaos-project/XaoSjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (18 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TRY IT
Currently, a live demo is hosted at http://jblangston.com/xaos.
ABOUT
XaoS.js is a real-time fractal zoomer. Instead of drawing a box and waiting for the fractal
to re-draw, it allows you to dive into the fractal in realtime.
It a JavaScript adaptation of the Hubicka algorithm from XaoS (http://xaos.sf.net).
The zooming code was adapted from Java by way of JAME (http://fractalwalk.net).
LICENSE
XaoS.js is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
XaoS.js is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with XaoS.js. If not, see <http://www.gnu.org/licenses/>.