<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mandelbrot_cpu.git/README.md, branch master</title>
<subtitle>Mandelbrot set explorer on the CPU
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot_cpu.git/'/>
<entry>
<title>Added information (iterations, center, time)</title>
<updated>2020-05-22T08:44:49+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-05-22T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot_cpu.git/commit/?id=6d4c3864e3b742a92e9874f1e4dfe3a9c1565188'/>
<id>6d4c3864e3b742a92e9874f1e4dfe3a9c1565188</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Supersampling</title>
<updated>2019-09-22T09:44:30+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-09-22T09:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot_cpu.git/commit/?id=c5008a4e62fb83eb71f5f94f622c01f2d8fe8b6b'/>
<id>c5008a4e62fb83eb71f5f94f622c01f2d8fe8b6b</id>
<content type='text'>
- Random supersampling (prettier but quite slow)
- WIP: bette color gradient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Random supersampling (prettier but quite slow)
- WIP: bette color gradient
</pre>
</div>
</content>
</entry>
<entry>
<title>Parallel computation, pixel array</title>
<updated>2019-09-20T14:01:46+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-09-20T14:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot_cpu.git/commit/?id=5efde1e3e65af769cb629d55f0a4dd4f87caebe9'/>
<id>5efde1e3e65af769cb629d55f0a4dd4f87caebe9</id>
<content type='text'>
- All the pixels are stored in an array, put in a surface then a texture
  so we don't draw each pixel one by one.
- The computation of this array is done in parallel (one thread by line)
- Use sscanf instead of atoi hack to parse options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- All the pixels are stored in an array, put in a surface then a texture
  so we don't draw each pixel one by one.
- The computation of this array is done in parallel (one thread by line)
- Use sscanf instead of atoi hack to parse options
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated README with TODO list</title>
<updated>2019-08-29T09:36:21+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-08-29T09:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot_cpu.git/commit/?id=0619495498ec6305f23cf4f0635cfd46de866f31'/>
<id>0619495498ec6305f23cf4f0635cfd46de866f31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2019-08-27T13:30:51+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-08-27T13:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot_cpu.git/commit/?id=60adb6e2f051ab72fb66541a8f48ef195317d403'/>
<id>60adb6e2f051ab72fb66541a8f48ef195317d403</id>
<content type='text'>
Compute if a number is in Mandelbrot set.
Print it to the terminal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compute if a number is in Mandelbrot set.
Print it to the terminal.
</pre>
</div>
</content>
</entry>
</feed>
