All Projects → SimonWaldherr → bbmandelbrotGo

SimonWaldherr / bbmandelbrotGo

Licence: MIT license
generate images of a mandelbrot fractal

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to bbmandelbrotGo

Fatou.jl
Fatou sets in Julia (Fractals, Newton basins, Mandelbrot)
Stars: ✭ 92 (+384.21%)
Mutual labels:  mandelbrot, fractal-images, fractal-algorithms
fraqtive
Generator of the Mandelbrot family fractals.
Stars: ✭ 21 (+10.53%)
Mutual labels:  fractal, mandelbrot
tripbot9000
Procedural generation of geometric patterns and fractals.
Stars: ✭ 22 (+15.79%)
Mutual labels:  mandelbrot, mandelbrot-fractal
recursion-and-dynamic-programming
Julia and Python recursion algorithm, fractal geometry and dynamic programming applications including Edit Distance, Knapsack (Multiple Choice), Stock Trading, Pythagorean Tree, Koch Snowflake, Jerusalem Cross, Sierpiński Carpet, Hilbert Curve, Pascal Triangle, Prime Factorization, Palindrome, Egg Drop, Coin Change, Hanoi Tower, Cantor Set, Fibo…
Stars: ✭ 37 (+94.74%)
Mutual labels:  fractal-images, fractal-algorithms
Mandelbrot-set-explorer
An interactive Mandelbrot set, made with Python3 and Tkinter
Stars: ✭ 31 (+63.16%)
Mutual labels:  fractal, mandelbrot
wasabi
A Buddhabrot explorer based on wabisabi, but with a more affectionate name.
Stars: ✭ 17 (-10.53%)
Mutual labels:  fractal, mandelbrot
Fractal-Inferno
An Online Fractal Flame Generator.
Stars: ✭ 41 (+115.79%)
Mutual labels:  fractal, fractal-algorithms
Fractal.parts
❄️ build and view fractals
Stars: ✭ 21 (+10.53%)
Mutual labels:  fractal
Laravel Fractal
An easy to use Fractal wrapper built for Laravel and Lumen applications
Stars: ✭ 1,748 (+9100%)
Mutual labels:  fractal
Laravel Responder
A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
Stars: ✭ 673 (+3442.11%)
Mutual labels:  fractal
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+3031.58%)
Mutual labels:  fractal
Fractalart
Generate colorful wallpapers!
Stars: ✭ 61 (+221.05%)
Mutual labels:  fractal
Hurst
Hurst exponent evaluation and R/S-analysis in Python
Stars: ✭ 148 (+678.95%)
Mutual labels:  fractal
Blockchain
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
Stars: ✭ 751 (+3852.63%)
Mutual labels:  fractal
Lumen Api Starter
Lumen 8 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。
Stars: ✭ 197 (+936.84%)
Mutual labels:  fractal
Vulkan minimal compute
Minimal Example of Using Vulkan for Compute Operations. Only ~400LOC.
Stars: ✭ 603 (+3073.68%)
Mutual labels:  fractal
Xaos
Real-time interactive fractal zoomer
Stars: ✭ 239 (+1157.89%)
Mutual labels:  fractal
Restful Api With Laravel Definitive Guide
Repository with the base code for the course "RESTful API with Laravel - Definitive-Guide"
Stars: ✭ 156 (+721.05%)
Mutual labels:  fractal
Bitmap
C++ Bitmap Library
Stars: ✭ 125 (+557.89%)
Mutual labels:  fractal
Api Restful Con Laravel Guia Definitiva
Repositorio para el código base del curso "API RESTful con Laravel - Guía Definitiva"
Stars: ✭ 95 (+400%)
Mutual labels:  fractal

bbmandelbrotGo

Coverage Status Go Report Card codebeat badge
DOI GoDoc License MIT

what

the Mandelbrot set is a very popular fractal by Benoît B. Mandelbrot.
There is a great Song (and Video) on YouTube about the Mandelbrot(/Julia) fractal. Many thanks to Jonathan Coulton for this great song and for sharing it under CC-BY-NC

Mandelbrot Fractal

how

go test .
go run demo/cliexample.go --help
Usage of ./bbmandelbrot:
  -b=1: color scheme (blue)
  -f="mandelbrot.png": destination filename
  -g=3: color scheme (green)
  -h=2560: fractal height
  -r=2: color scheme (red)
  -w=2560: fractal width
exit status 2
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].