<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gamedev/src, branch master</title>
<subtitle>Source code for various game projects</subtitle>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/'/>
<entry>
<title>Working barebones heightmap renderer</title>
<updated>2024-03-06T10:00:59+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2024-03-06T10:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=c356e96932b5d1a23bf41914934cf83e8b535994'/>
<id>c356e96932b5d1a23bf41914934cf83e8b535994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>((Super) Basic) Boundary checks</title>
<updated>2023-12-12T10:39:58+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-12-12T10:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=ce811be0799bfee8355aa56d3ab566fb5b5dab55'/>
<id>ce811be0799bfee8355aa56d3ab566fb5b5dab55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PBO, lower overall performance but no more drops near walls</title>
<updated>2023-05-13T08:47:08+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-13T08:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=bf04fc602e53b250b3838579c1294f8573270a3b'/>
<id>bf04fc602e53b250b3838579c1294f8573270a3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>y-shearing!</title>
<updated>2023-05-12T09:14:15+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-12T09:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=743d7f3ef9709a89c6ba48ed83e26a0bdfbdd200'/>
<id>743d7f3ef9709a89c6ba48ed83e26a0bdfbdd200</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mouse inputs working</title>
<updated>2023-05-12T08:31:13+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-12T08:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=4b23f2fcc44fc636d8d4dbe94881cf937c54199b'/>
<id>4b23f2fcc44fc636d8d4dbe94881cf937c54199b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fullscreen, for now</title>
<updated>2023-05-12T05:42:54+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-12T05:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=dc8ad2d7f67e47b00ed0ecb77fae976275fc7a16'/>
<id>dc8ad2d7f67e47b00ed0ecb77fae976275fc7a16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Created player files for easier management of movement</title>
<updated>2023-05-12T05:04:13+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-12T05:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=622604ab99f53a891700919268e34ab679c96330'/>
<id>622604ab99f53a891700919268e34ab679c96330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic fog effect</title>
<updated>2023-05-12T04:17:16+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-12T04:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=1d21cae59d8f5670eefee331c91b5a3250f40fb2'/>
<id>1d21cae59d8f5670eefee331c91b5a3250f40fb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Base implementation of raycasting engine</title>
<updated>2023-05-11T08:57:35+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-11T08:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=70d9a26e5e80927f1c3f4b178b17037a7f6311e9'/>
<id>70d9a26e5e80927f1c3f4b178b17037a7f6311e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transition to opengl and glfw</title>
<updated>2023-05-11T06:42:32+00:00</updated>
<author>
<name>Schark</name>
<email>jordan@schark.online</email>
</author>
<published>2023-05-11T06:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.schark.online/gamedev/commit/?id=79173c530d1846082c631dd4fe81c6429fffa5f0'/>
<id>79173c530d1846082c631dd4fe81c6429fffa5f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
