{
  "$type": "site.standard.document",
  "description": "Rendering fractals in parallel with C lang.",
  "path": "/posts/mandelbrot/",
  "publishedAt": "2023-11-25T01:28:33.000Z",
  "site": "at://did:plc:6n2ngs7zpcpwxz3jaoxj56tu/site.standard.publication/3mo6y7ludvn2h",
  "tags": [
    "programming",
    "math"
  ],
  "textContent": "Mandelbrot fractal research repo\n\nIntroduction\nI've worked on this project several times now and I've split it up into several parts:\nC\nMy first try at a renderer was using a guide provided by Tsoding in his project .\n- olive.c\n\nUsing these basic concepts, I then used the tutorial provided by The Coding Train to render a mandelbrot fractal:\n- The Coding Train challenge: mandel brot set in p5.js\n\n has my first c port. Afterwards, I tried parallelizing my renderer\nusing multithreading and openmp:   ~~is\nin the works but it's supposed to be the same as mandelbrot-gamma but using\nlambdas~~ I will probably remove this further on since mandelbrot-gamma has\nproven to be the way forward for this project.\n\nHere it is:\n\nTODO():\n - [x]  histogram coloring\n - [x]  fancy colors\n - [x] specify spot to generate in\n   - even has zoom now\n - [ ] animate",
  "title": "Fractal Renderer"
}