<feed xmlns='http://www.w3.org/2005/Atom'>
<title>comp426/balls.c, branch hetero</title>
<subtitle>COMP 426 project: bouncing balls simulation.</subtitle>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/'/>
<entry>
<title>remove unused function declarations</title>
<updated>2024-11-14T19:15:17+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-14T19:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=54424fa6197186b9889133be9238a901114ab47d'/>
<id>54424fa6197186b9889133be9238a901114ab47d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move config parameters into config.h</title>
<updated>2024-11-13T17:51:12+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T17:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=af9123ca84fbb164cac9e87edf04c9c613011889'/>
<id>af9123ca84fbb164cac9e87edf04c9c613011889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor cl initialization</title>
<updated>2024-11-13T17:48:33+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T17:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=daf29651a188a06041ed6d238f7f1b7ab2f5bd9a'/>
<id>daf29651a188a06041ed6d238f7f1b7ab2f5bd9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move gl functions out of balls.c</title>
<updated>2024-11-13T17:27:58+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T17:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=5011ea1b44c055893c691e923f4e82cdaebd5b0c'/>
<id>5011ea1b44c055893c691e923f4e82cdaebd5b0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move readFile() out of balls.c</title>
<updated>2024-11-13T17:14:12+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T17:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=44792fd5369cfe2ad1478b72bf22b0d1829f291b'/>
<id>44792fd5369cfe2ad1478b72bf22b0d1829f291b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rearrange functions</title>
<updated>2024-11-13T15:58:05+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T15:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=2e442c894d50c42aea748d21a6f08add123e9a70'/>
<id>2e442c894d50c42aea748d21a6f08add123e9a70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move genVertices() out of display()</title>
<updated>2024-11-13T15:55:38+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T15:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=8f13501beaad34d4d58178ab7a41747c28cf6faa'/>
<id>8f13501beaad34d4d58178ab7a41747c28cf6faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor animate()</title>
<updated>2024-11-13T15:49:41+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T15:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=0d578ef5b2b0befb3788b8f8405d1713b3e7ee13'/>
<id>0d578ef5b2b0befb3788b8f8405d1713b3e7ee13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use host pointer for cpu position buffer</title>
<updated>2024-11-13T15:43:21+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T15:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=b8699aa73f0e0da2f8160a29b2e52520d484d6c8'/>
<id>b8699aa73f0e0da2f8160a29b2e52520d484d6c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't share event between cl contexts</title>
<updated>2024-11-13T15:17:40+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-13T15:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=69b8e04fcc8b18da163e01413633b6525a8ad4cd'/>
<id>69b8e04fcc8b18da163e01413633b6525a8ad4cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
