<feed xmlns='http://www.w3.org/2005/Atom'>
<title>voronoi/src, branch master</title>
<subtitle>Exploration of Voronoi diagrams in C++</subtitle>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/'/>
<entry>
<title>Fix segmentation fault when instantiating `ppm_pixel_stream` in a multithreaded environment</title>
<updated>2016-05-22T14:54:02+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2016-05-22T14:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/commit/?id=c74e2c191298544e393823f3db51db70e83b81f7'/>
<id>c74e2c191298544e393823f3db51db70e83b81f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `imgen::vector` tuple alias, generate metrics as double</title>
<updated>2016-05-22T14:47:38+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2016-05-22T14:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/commit/?id=9577bd535a18be9c3348f63ebaf434e1f14b8bcd'/>
<id>9577bd535a18be9c3348f63ebaf434e1f14b8bcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement unit circle example</title>
<updated>2016-05-20T21:53:22+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2016-05-20T21:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/commit/?id=fefb5de652f3f07eda7bfb79ebb0134b64e5bd19'/>
<id>fefb5de652f3f07eda7bfb79ebb0134b64e5bd19</id>
<content type='text'>
`unit_circle.sh` generates a animated GIF of the circle states between
p=1 and p=3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`unit_circle.sh` generates a animated GIF of the circle states between
p=1 and p=3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement basic multi threading</title>
<updated>2016-05-14T21:36:50+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2016-05-14T21:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/commit/?id=f7d5b04e07a874903969d8c55b78ab727d6a1769'/>
<id>f7d5b04e07a874903969d8c55b78ab727d6a1769</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate into multiple compilation units, add color functions</title>
<updated>2016-05-14T21:06:20+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2016-05-14T21:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/commit/?id=64880ba1019f8c81470d697143b7bf48143b2fc8'/>
<id>64880ba1019f8c81470d697143b7bf48143b2fc8</id>
<content type='text'>
* fix cartesian coordinate determination
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix cartesian coordinate determination
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract stream management into `ppm_pixel_stream`, provide Cartesian coordinates</title>
<updated>2016-05-14T14:28:50+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2016-05-14T14:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/commit/?id=8e1d7c4e484ef43dddc5074055727694ceb0e37b'/>
<id>8e1d7c4e484ef43dddc5074055727694ceb0e37b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement basic PPM writing function</title>
<updated>2016-05-08T17:50:45+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2016-05-08T17:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/voronoi/commit/?id=21423a44d6e3091addc00c1b0769336e1f154d4e'/>
<id>21423a44d6e3091addc00c1b0769336e1f154d4e</id>
<content type='text'>
`write_ppm` generates a PPM image using a given generation function.
Output is written using `std::ofstream`.
The library is intended to become a straight forward way to test out various visualizations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`write_ppm` generates a PPM image using a given generation function.
Output is written using `std::ofstream`.
The library is intended to become a straight forward way to test out various visualizations.
</pre>
</div>
</content>
</entry>
</feed>
