LICENSE
MANIFEST.in
README.md
gnofract4d
gnofract4d-mime.xml
gnofract4d.desktop
setup.cfg
setup.py
test.py
doc/gnofract4d.1
formulas/experiments.cfrm
formulas/experiments.frm
formulas/fractint-builtin.frm
formulas/fractint-g4.frm
formulas/fractint.cfrm
formulas/fractint.ucl
formulas/gf4d.cfrm
formulas/gf4d.frm
formulas/gf4d.uxf
formulas/jh.ucl
formulas/standard.ucl
formulas/sterling2.frm
formulas/tutorial.frm
formulas/xaos.cfrm
fract4d/__init__.py
fract4d/animation.py
fract4d/colorizer.py
fract4d/createdocs.py
fract4d/event.py
fract4d/formsettings.py
fract4d/fractal.py
fract4d/fractconfig.py
fract4d/fractmain.py
fract4d/gradient.py
fract4d/image.py
fract4d/messages.py
fract4d/options.py
fract4d/c/cmap_name.h
fract4d/c/fract4dmodule.cpp
fract4d/c/fract_stdlib.cpp
fract4d/c/fract_stdlib.h
fract4d/c/pf.h
fract4d/c/fract4dc/arenas.cpp
fract4d/c/fract4dc/arenas.h
fract4d/c/fract4dc/calcargs.cpp
fract4d/c/fract4dc/calcargs.h
fract4d/c/fract4dc/calcs.cpp
fract4d/c/fract4dc/calcs.h
fract4d/c/fract4dc/colormaps.cpp
fract4d/c/fract4dc/colormaps.h
fract4d/c/fract4dc/common.h
fract4d/c/fract4dc/controllers.cpp
fract4d/c/fract4dc/controllers.h
fract4d/c/fract4dc/functions.cpp
fract4d/c/fract4dc/functions.h
fract4d/c/fract4dc/images.cpp
fract4d/c/fract4dc/images.h
fract4d/c/fract4dc/loaders.cpp
fract4d/c/fract4dc/loaders.h
fract4d/c/fract4dc/pysite.cpp
fract4d/c/fract4dc/pysite.h
fract4d/c/fract4dc/sites.cpp
fract4d/c/fract4dc/sites.h
fract4d/c/fract4dc/utils.cpp
fract4d/c/fract4dc/utils.h
fract4d/c/fract4dc/workers.cpp
fract4d/c/fract4dc/workers.h
fract4d/c/model/MTFractWorker.cpp
fract4d/c/model/STFractWorker.cpp
fract4d/c/model/calcfunc.cpp
fract4d/c/model/calcfunc.h
fract4d/c/model/calcoptions.h
fract4d/c/model/color.h
fract4d/c/model/colormap.cpp
fract4d/c/model/colormap.h
fract4d/c/model/colorutils.cpp
fract4d/c/model/colorutils.h
fract4d/c/model/enums.h
fract4d/c/model/fractfunc.cpp
fract4d/c/model/fractfunc.h
fract4d/c/model/fractgeometry.h
fract4d/c/model/image.cpp
fract4d/c/model/image.h
fract4d/c/model/imagereader.cpp
fract4d/c/model/imagereader.h
fract4d/c/model/imagewriter.cpp
fract4d/c/model/imagewriter.h
fract4d/c/model/pointfunc.cpp
fract4d/c/model/pointfunc.h
fract4d/c/model/site.cpp
fract4d/c/model/site.h
fract4d/c/model/stats.cpp
fract4d/c/model/stats.h
fract4d/c/model/threadpool.h
fract4d/c/model/vectors.h
fract4d/c/model/worker.cpp
fract4d/c/model/worker.h
fract4d/tests/__init__.py
fract4d/tests/fractalsite.py
fract4d/tests/test_3d.py
fract4d/tests/test_animation.py
fract4d/tests/test_colorizer.py
fract4d/tests/test_event.py
fract4d/tests/test_formsettings.py
fract4d/tests/test_fract4d.py
fract4d/tests/test_fractal.py
fract4d/tests/test_fractconfig.py
fract4d/tests/test_fractmain.py
fract4d/tests/test_gradient.py
fract4d/tests/test_image.py
fract4d/tests/test_options.py
fract4d/tests/testbase.py
fract4d_compiler/__init__.py
fract4d_compiler/absyn.py
fract4d_compiler/cache.py
fract4d_compiler/canon.py
fract4d_compiler/codegen.py
fract4d_compiler/fc.py
fract4d_compiler/fctutils.py
fract4d_compiler/fractlexer.py
fract4d_compiler/fractparser.py
fract4d_compiler/fracttypes.py
fract4d_compiler/fsymbol.py
fract4d_compiler/function.py
fract4d_compiler/graph.py
fract4d_compiler/instructions.py
fract4d_compiler/ir.py
fract4d_compiler/lex.py
fract4d_compiler/lextab.py
fract4d_compiler/optimize.py
fract4d_compiler/parsetab.py
fract4d_compiler/preprocessor.py
fract4d_compiler/stdlib.py
fract4d_compiler/translate.py
fract4d_compiler/yacc.py
fract4d_compiler/tests/__init__.py
fract4d_compiler/tests/test_absyn.py
fract4d_compiler/tests/test_cache.py
fract4d_compiler/tests/test_canon.py
fract4d_compiler/tests/test_codegen.py
fract4d_compiler/tests/test_fc.py
fract4d_compiler/tests/test_fctutils.py
fract4d_compiler/tests/test_fractlexer.py
fract4d_compiler/tests/test_fractparser.py
fract4d_compiler/tests/test_fracttypes.py
fract4d_compiler/tests/test_graph.py
fract4d_compiler/tests/test_optimize.py
fract4d_compiler/tests/test_preprocessor.py
fract4d_compiler/tests/test_symbol.py
fract4d_compiler/tests/test_translate.py
fract4dgui/AVIGen.py
fract4dgui/DlgAdvOpt.py
fract4dgui/PNGGen.py
fract4dgui/__init__.py
fract4dgui/angle.py
fract4dgui/autozoom.py
fract4dgui/browser.py
fract4dgui/browser_model.py
fract4dgui/dialog.py
fract4dgui/director.py
fract4dgui/director_prefs.py
fract4dgui/fourway.py
fract4dgui/gnofract4d.css
fract4dgui/gtkfractal.py
fract4dgui/hig.py
fract4dgui/main_window.py
fract4dgui/model.py
fract4dgui/painter.py
fract4dgui/preferences.py
fract4dgui/renderqueue.py
fract4dgui/settings.py
fract4dgui/shortcuts-gnofract4d.ui
fract4dgui/toolbar.py
fract4dgui/ui.xml
fract4dgui/undo.py
fract4dgui/utils.py
fract4dgui/tests/__init__.py
fract4dgui/tests/test_angle.py
fract4dgui/tests/test_browser.py
fract4dgui/tests/test_browser_model.py
fract4dgui/tests/test_director.py
fract4dgui/tests/test_fourway.py
fract4dgui/tests/test_gtkfractal.py
fract4dgui/tests/test_hig.py
fract4dgui/tests/test_main_window.py
fract4dgui/tests/test_model.py
fract4dgui/tests/test_painter.py
fract4dgui/tests/test_preferences.py
fract4dgui/tests/test_renderqueue.py
fract4dgui/tests/test_settings.py
fract4dgui/tests/test_undo.py
fract4dgui/tests/test_utils.py
fract4dgui/tests/testgui.py
gnofract4d.egg-info/PKG-INFO
gnofract4d.egg-info/SOURCES.txt
gnofract4d.egg-info/dependency_links.txt
gnofract4d.egg-info/top_level.txt
help/404.html
help/MyFormula.png
help/book.min.b830c5af147b33c572bd318c390ce2113508322c166cd967769e1e63e800aed3.css
help/favicon.png
help/index.html
help/julia_perturbed.png
help/julia_standard.png
help/mandelbrot_perturbed.png
help/mandelbrot_standard.png
help/tutorial001.png
help/tutorial002.png
help/xw_plane.png
help/xz_plane.png
help/yz_plane.png
maps/4zebbowx.map
maps/AM-1.cs
maps/Autumn.cs
maps/BauerWeb.cs
maps/BehrQuiltedRed.cs
maps/Bujumbura.cs
maps/Carlson1.map
maps/Digiorg1.map
maps/Digiorg2.map
maps/Gallet01.map
maps/Gallet02.map
maps/Gallet03.map
maps/Gallet04.map
maps/Gallet05.map
maps/Gallet06.map
maps/Gallet07.map
maps/Gallet08.map
maps/Gallet09.map
maps/Gallet10.map
maps/Gallet11.map
maps/Gallet12.map
maps/Gallet13.map
maps/Gallet14.map
maps/Gallet15.map
maps/Gallet16.map
maps/Gallet17.map
maps/Gallet18.map
maps/Greenhouse.cs
maps/Lindaa01.map
maps/Lindaa02.map
maps/Lindaa03.map
maps/Lindaa04.map
maps/Lindaa05.map
maps/Lindaa06.map
maps/Lindaa07.map
maps/Lindaa08.map
maps/Lindaa09.map
maps/Lindaa10.map
maps/Lindaa11.map
maps/Lindaa12.map
maps/Lindaa14.map
maps/Lindaa15.map
maps/Lindaa16.map
maps/Lindaa17.map
maps/Morgan1.map
maps/Morgan2.map
maps/Morgan3.map
maps/Morgen3.map
maps/NatalieButterflies.cs
maps/OnDarkSide.cs
maps/Parchment.cs
maps/Sense.cs
maps/Skydye01.map
maps/Skydye02.map
maps/Skydye03.map
maps/Skydye04.map
maps/Skydye05.map
maps/Skydye06.map
maps/Skydye07.map
maps/Skydye08.map
maps/Skydye09.map
maps/Skydye10.map
maps/Skydye11.map
maps/Skydye12.map
maps/Splash.cs
maps/WalkOnTheBeach.cs
maps/Wizzl011.map
maps/Wizzl012.map
maps/Wizzl013.map
maps/Wizzl014.map
maps/Wizzl015.map
maps/Wizzl016.map
maps/Wizzl017.map
maps/Wizzl018.map
maps/Wizzl019.map
maps/Wizzl020.map
maps/altern.map
maps/anenome.map
maps/antique_wooden_toys.cs
maps/basic.map
maps/bgold.map
maps/blatte1.ugr
maps/blatte2.ugr
maps/blend.map
maps/blend4.map
maps/blend8.map
maps/blengbyg.map
maps/blueberry_khaki.cs
maps/blues.map
maps/bpg.map
maps/brass.map
maps/brite.map
maps/bud2.map
maps/bud3.map
maps/bud4.map
maps/bud5.map
maps/bud6.map
maps/bud7.map
maps/chroma.map
maps/chroma3.map
maps/chroma4.map
maps/coldfire.map
maps/copper.map
maps/country_harvest.cs
maps/crwn.map
maps/culturas_precolombinas.cs
maps/damien1.map
maps/damien2.map
maps/damien3.map
maps/damien4.map
maps/damien5.map
maps/default.map
maps/droz10.map
maps/droz11.map
maps/droz12.map
maps/droz13.map
maps/droz14.map
maps/droz15.map
maps/droz21.map
maps/droz22.map
maps/droz23.map
maps/droz28.map
maps/droz31.map
maps/droz33.map
maps/droz34.map
maps/droz35.map
maps/droz36.map
maps/droz38.map
maps/droz39.map
maps/droz40.map
maps/droz44.map
maps/droz46.map
maps/droz49.map
maps/droz52.map
maps/droz54.map
maps/droz56.map
maps/droz60.map
maps/droz62.map
maps/droz8.map
maps/drozdis1.map
maps/egan1.map
maps/fadern1.map
maps/fadern2.map
maps/firestrm.map
maps/fish.map
maps/froth3.map
maps/froth316.map
maps/froth6.map
maps/froth616.map
maps/gamma1.map
maps/gamma2.map
maps/glass.map
maps/glasses1.map
maps/glasses2.map
maps/goodega.map
maps/green.map
maps/grey-blue.cs
maps/grey.map
maps/grid.map
maps/hawaii.map
maps/headache.map
maps/hls17.map
maps/hlsrain1.map
maps/hlsrain5.map
maps/hollywood_diner.cs
maps/horns.map
maps/hunk.map
maps/janine.map
maps/japan.map
maps/jason_santa_maria.cs
maps/juteblue.map
maps/jutemap.map
maps/kahki.map
maps/lace.map
maps/landscap.map
maps/limestone.cs
maps/lite.map
maps/litnin1.map
maps/lkmtch00.map
maps/lkmtch01.map
maps/lkmtch02.map
maps/lkmtch03.map
maps/lkmtch04.map
maps/lkmtch05.map
maps/lkmtch06.map
maps/lkmtch07.map
maps/lkmtch08.map
maps/lkmtch09.map
maps/lkmtch10.map
maps/lkmtch11.map
maps/lkmtch12.map
maps/lkmtch13.map
maps/lkmtch14.map
maps/lkmtch15.map
maps/lkmtch16.map
maps/lkmtch17.map
maps/lkmtch18.map
maps/lkmtch19.map
maps/longs.map
maps/lyapunov.map
maps/mandmap.map
maps/mist.map
maps/neon.map
maps/new.map
maps/new1.map
maps/new2.map
maps/nkohala.map
maps/osb.map
maps/outlook_2003_silver.cs
maps/paintjet.map
maps/pale.map
maps/pumpkin.map
maps/rain4x.map
maps/rainbow4.map
maps/rainbow7.map
maps/rgb.map
maps/ribbon20.map
maps/royal.map
maps/rw.map
maps/ryb1.map
maps/sea.map
maps/stripe.map
maps/sunset_on_the_bay.cs
maps/test.cs
maps/therose.cs
maps/topo.map
maps/unknown.map
maps/van_gogh_noche_estrellada.cs
maps/volcano.map
maps/vooon.map
maps/wild.map
maps/windows_xp.cs
maps/wine.map
maps/world.map
pixmaps/autozoom.png
pixmaps/color-gradient.png
pixmaps/deepen_now.png
pixmaps/draw-brush.png
pixmaps/explorer_mode.png
pixmaps/face-sad.png
pixmaps/gnofract4d-logo.png
pixmaps/improve_now.png
pixmaps/mail-forward.png
pixmaps/page-magnifier.png
pixmaps/randomize_colors.png
pixmaps/view-refresh.png
pixmaps/logo/128x128/gnofract4d.png
pixmaps/logo/16x16/gnofract4d.png
pixmaps/logo/256x256/gnofract4d.png
pixmaps/logo/32x32/gnofract4d.png
pixmaps/logo/48x48/gnofract4d.png
pixmaps/logo/64x64/gnofract4d.png
testdata/animation.fcta
testdata/chainsoflight.fct
testdata/collapsar.fct
testdata/director1.fct
testdata/director2.fct
testdata/elfglow.fct
testdata/example_formula_db.txt
testdata/gradient_func.fct
testdata/julfn.fct
testdata/test.cs
testdata/test.fct
testdata/test_bail.fct
testdata/tumor.fct
testdata/formulas/test.cfrm
testdata/formulas/test.frm
testdata/formulas/test_bad_pp.frm