├── LICENSE ├── README.md ├── example.png ├── mandel.go ├── object1.png ├── spiral.jpg └── spiral.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marijnfs/gomandel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marijnfs/gomandel/HEAD/README.md -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marijnfs/gomandel/HEAD/example.png -------------------------------------------------------------------------------- /mandel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marijnfs/gomandel/HEAD/mandel.go -------------------------------------------------------------------------------- /object1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marijnfs/gomandel/HEAD/object1.png -------------------------------------------------------------------------------- /spiral.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marijnfs/gomandel/HEAD/spiral.jpg -------------------------------------------------------------------------------- /spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marijnfs/gomandel/HEAD/spiral.png --------------------------------------------------------------------------------