<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mandelbrot.git/main.c, branch master</title>
<subtitle>Mandelbrot set explorer on the GPU
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot.git/'/>
<entry>
<title>Back to basic SDL application boilerplate</title>
<updated>2020-05-19T11:22:59+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-05-19T11:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot.git/commit/?id=6a80b1b70ec069b051c0e31aafac6eb596e20261'/>
<id>6a80b1b70ec069b051c0e31aafac6eb596e20261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.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>Options</title>
<updated>2019-09-17T15:08:10+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-09-17T15:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot.git/commit/?id=95b209426dd7a9f844cf1aa093a2b1c4301f049b'/>
<id>95b209426dd7a9f844cf1aa093a2b1c4301f049b</id>
<content type='text'>
A Config struct and more getopt options for window size, real/imag
range, center position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A Config struct and more getopt options for window size, real/imag
range, center position.
</pre>
</div>
</content>
</entry>
<entry>
<title>Color Palette, need shortcut</title>
<updated>2019-08-28T09:54:17+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-08-28T09:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot.git/commit/?id=ff61da6fb9720106d7869a0e5026810450d8f515'/>
<id>ff61da6fb9720106d7869a0e5026810450d8f515</id>
<content type='text'>
Added color palette instead of brighness level to display the set
boundaries.
Vim-like shortcut to move around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added color palette instead of brighness level to display the set
boundaries.
Vim-like shortcut to move around.
</pre>
</div>
</content>
</entry>
<entry>
<title>State stores the window size and the domain where to look the set</title>
<updated>2019-08-28T06:56:31+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-08-28T06:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot.git/commit/?id=0a808a0f355390c68a5ca6f93c10758107c67700'/>
<id>0a808a0f355390c68a5ca6f93c10758107c67700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SDL boilerplate window</title>
<updated>2019-08-27T15:24:45+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-08-27T15:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/mandelbrot.git/commit/?id=7c48d434f0a68ac47ebe1bd66daa2c86842979c7'/>
<id>7c48d434f0a68ac47ebe1bd66daa2c86842979c7</id>
<content type='text'>
init, quit and run functions.
Error handling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
init, quit and run functions.
Error handling.
</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.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>
