<feed xmlns='http://www.w3.org/2005/Atom'>
<title>comp426/balls.cl, branch opencl</title>
<subtitle>COMP 426 project: bouncing balls simulation.</subtitle>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/'/>
<entry>
<title>remove epsilon</title>
<updated>2024-11-03T01:45:44+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-03T01:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=e94e651d068c8318e1136495178577bf75dfea91'/>
<id>e94e651d068c8318e1136495178577bf75dfea91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move(): optimize memory access</title>
<updated>2024-11-03T01:42:25+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-03T01:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=995207c93e0af09bbb8243d9857095682c2a2713'/>
<id>995207c93e0af09bbb8243d9857095682c2a2713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>correct units of measurement in move() kernel</title>
<updated>2024-11-03T01:39:49+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-03T01:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=b5c25416bc7df0e3134731d3337409e2447467d2'/>
<id>b5c25416bc7df0e3134731d3337409e2447467d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move FPS into config.h</title>
<updated>2024-11-03T01:18:45+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-03T01:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=341e7010688bce33c8710ac660d2ef9552420566'/>
<id>341e7010688bce33c8710ac660d2ef9552420566</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reorder function definitions</title>
<updated>2024-11-03T01:13:54+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-03T01:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=b0419e52199baed105cf7f0c6c096d58d49ab5c3'/>
<id>b0419e52199baed105cf7f0c6c096d58d49ab5c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extract setVelocity() helper function</title>
<updated>2024-11-03T01:12:49+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-03T01:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=4eb6fb6f79a5a84badca1ecd7aa729213bf3777d'/>
<id>4eb6fb6f79a5a84badca1ecd7aa729213bf3777d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>impulse-based collision simulation</title>
<updated>2024-11-03T01:06:27+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-03T01:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=9cf1f34e0fa848980bab316267fb74331fdec5be'/>
<id>9cf1f34e0fa848980bab316267fb74331fdec5be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>frame pacing</title>
<updated>2024-11-02T23:36:40+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-11-02T23:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=13ccfb3728eb3dc3a6a5294a8f8754b3c5cbc903'/>
<id>13ccfb3728eb3dc3a6a5294a8f8754b3c5cbc903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cast scalar to vector</title>
<updated>2024-10-30T23:27:46+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-10-30T23:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=8a3994c5f6fd7023b5bdff9a02bc1f0ba110f12f'/>
<id>8a3994c5f6fd7023b5bdff9a02bc1f0ba110f12f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>floating point constants</title>
<updated>2024-10-30T23:26:46+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2024-10-30T23:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/comp426/commit/?id=b9d0dcbdf0d04e36d176c9eec0a733f403c65fb5'/>
<id>b9d0dcbdf0d04e36d176c9eec0a733f403c65fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
