/Fractal-Buddhabrot-in-Odin

This is a port of the Fractal Buddhabrot to the Odin programming language.

Primary LanguageOdin

Fractal Buddhabrot in Odin

Draws the fractal of Buddhabrot in the Odin programming language and it's a port of my GO and Python port's. It draw's the TGA image file.

Description

Draws the Buddhabrot fractal set.
Port in Odin of the port in Go and Python based on the C code found on
http://paulbourke.net/fractals/buddhabrot/buddha.c
See also:
http://paulbourke.net/fractals/buddhabrot/
https://en.wikipedia.org/wiki/Buddhabrot#Relation_to_the_logistic_map

My original GO and Python port repository is here.
Github Fractal_Buddhabrot
https://github.com/joaocarvalhoopen/Fractal_Buddhabrot/tree/master

Buddhabrot single 5000

To compile and run do

$ make opti
$ make run

License

MIT Open Source License

Have fun!

Best regards,
Joao Carvalho