<feed xmlns='http://www.w3.org/2005/Atom'>
<title>simple_platformer.git/source/renderer, branch master</title>
<subtitle>A 2d platformer from scratch, using c++ and opengl
</subtitle>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/'/>
<entry>
<title>Added dropdown button</title>
<updated>2025-04-06T08:51:01+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-04-06T08:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=def19703ae126fcc73f38abacc3cfd41a515302a'/>
<id>def19703ae126fcc73f38abacc3cfd41a515302a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added imgui components:</title>
<updated>2025-03-26T20:27:44+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-03-26T20:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=188ea2eb92bae770dcfbdef67984986cbaf2c9ea'/>
<id>188ea2eb92bae770dcfbdef67984986cbaf2c9ea</id>
<content type='text'>
- Added ui button, basic but also centers text automatically, IT IS SLOW
- IN PROGRESS: adding a drop down select box
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added ui button, basic but also centers text automatically, IT IS SLOW
- IN PROGRESS: adding a drop down select box
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed function definition</title>
<updated>2025-03-22T19:24:45+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-03-22T19:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=7ff556826811c51cb611abf95ef49c98aad0ec52'/>
<id>7ff556826811c51cb611abf95ef49c98aad0ec52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Quad Drawing, Added compile and run script</title>
<updated>2025-03-22T19:20:16+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-03-22T19:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=4ded80f7145c08cd1f94d5f2af8dcd8d0452f507'/>
<id>4ded80f7145c08cd1f94d5f2af8dcd8d0452f507</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making project work with clangd:</title>
<updated>2025-03-06T05:37:36+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-03-06T05:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=23cc1a7d8c5ae6a397071763d0326990868c37af'/>
<id>23cc1a7d8c5ae6a397071763d0326990868c37af</id>
<content type='text'>
- Moved a lot of items into separate header files
- Still compiling everything as a single translation unit (but maybe a
  heavier translation unit [if that is possible])
- setup compile_flags, a way to use clangd without using a build system
- stuff like clangd and cmake don't work well with unity builds, so I
  avoid jumping through hoops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved a lot of items into separate header files
- Still compiling everything as a single translation unit (but maybe a
  heavier translation unit [if that is possible])
- setup compile_flags, a way to use clangd without using a build system
- stuff like clangd and cmake don't work well with unity builds, so I
  avoid jumping through hoops
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed kerning</title>
<updated>2025-02-23T18:08:24+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-02-23T18:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=0e0f7d8c2ac664157817221c0f45a1560c271c8b'/>
<id>0e0f7d8c2ac664157817221c0f45a1560c271c8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored font rendering functionality</title>
<updated>2025-02-23T09:47:14+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-02-23T09:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=a9acc9051c601202aad71c53d8afb2cc9e7c1768'/>
<id>a9acc9051c601202aad71c53d8afb2cc9e7c1768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added line renderering</title>
<updated>2025-02-10T20:05:02+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-02-10T20:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=abc9a0dd0e8ae882bef4635c06a26f3727a7f776'/>
<id>abc9a0dd0e8ae882bef4635c06a26f3727a7f776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated rect calculations, separated renderer logic:</title>
<updated>2025-02-10T18:44:23+00:00</updated>
<author>
<name>talha</name>
<email>sarcxd@gmail.com</email>
</author>
<published>2025-02-10T18:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.talhaamir.xyz/simple_platformer.git/commit/?id=355423d1f6cd364f17c29486b669c8f33c4b77f6'/>
<id>355423d1f6cd364f17c29486b669c8f33c4b77f6</id>
<content type='text'>
- position now starts from left bottom corner, to make drawing easier
- moved quad rendering functions to their own files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- position now starts from left bottom corner, to make drawing easier
- moved quad rendering functions to their own files
</pre>
</div>
</content>
</entry>
</feed>
