<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Torch/src, branch async</title>
<subtitle>Generic asset processor for games (resource conversion helper)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/'/>
<entry>
<title>First concept</title>
<updated>2024-03-22T15:22:43+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-22T15:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=0a28d35eb4d80a7d9d7737bd18cd0a71953404c8'/>
<id>0a28d35eb4d80a7d9d7737bd18cd0a71953404c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned dry code from segments</title>
<updated>2024-03-21T20:16:34+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-21T20:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=95e7bc0d68f0f8687486b30f3a795f143e4456b0'/>
<id>95e7bc0d68f0f8687486b30f3a795f143e4456b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto debug info generation and some cleanup</title>
<updated>2024-03-21T20:00:07+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-21T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=d7577e244d224fb00d18fc8a8e8b9896edd50d4b'/>
<id>d7577e244d224fb00d18fc8a8e8b9896edd50d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault issue with headers (#48)</title>
<updated>2024-03-21T18:31:25+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2024-03-21T18:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=6e9f82312178d1fbc002a04ce97cf8b5add1f402'/>
<id>6e9f82312178d1fbc002a04ce97cf8b5add1f402</id>
<content type='text'>
* segfault

* fix segfault</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* segfault

* fix segfault</pre>
</div>
</content>
</entry>
<entry>
<title>Added overlaps in the code as comments</title>
<updated>2024-03-21T15:27:17+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-21T15:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=4039f80fa42b470262238eab34cbba69f9d42ed6'/>
<id>4039f80fa42b470262238eab34cbba69f9d42ed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing returns</title>
<updated>2024-03-21T03:53:00+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-21T03:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=98b3458d02163af517ed4c95c258217f889d937f'/>
<id>98b3458d02163af517ed4c95c258217f889d937f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing variant include</title>
<updated>2024-03-21T03:19:24+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-21T03:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=8331218c72dd1fa72bbbb8004704c62821340795'/>
<id>8331218c72dd1fa72bbbb8004704c62821340795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto pad and overlap detection (#47)</title>
<updated>2024-03-21T03:17:11+00:00</updated>
<author>
<name>Lywx</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-03-21T03:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=f0c70f855a892ca7dc21cee4b4037dad983adb8f'/>
<id>f0c70f855a892ca7dc21cee4b4037dad983adb8f</id>
<content type='text'>
* Fully implemented pad and overlap detection

* Cleaned code, fixed pad generation and added alignment

* Added debug size on pads</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fully implemented pad and overlap detection

* Cleaned code, fixed pad generation and added alignment

* Added debug size on pads</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot to clean up the commented out code (#45)</title>
<updated>2024-03-16T22:02:50+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2024-03-16T22:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=8465919ab7aba6cfde7d25ad1731673e5da01642'/>
<id>8465919ab7aba6cfde7d25ad1731673e5da01642</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Vec3f factory and AddAsset  (#44)</title>
<updated>2024-03-16T20:37:37+00:00</updated>
<author>
<name>petrie911</name>
<email>69443847+petrie911@users.noreply.github.com</email>
</author>
<published>2024-03-16T20:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Torch/commit/?id=3330d5bd39bd4e0da8c8530290aba59fda849c17'/>
<id>3330d5bd39bd4e0da8c8530290aba59fda849c17</id>
<content type='text'>
* 3D

* and env

* so much to fix

* Everything can be solved with triangles

* fixes

* initfix

* stuff</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 3D

* and env

* so much to fix

* Everything can be solved with triangles

* fixes

* initfix

* stuff</pre>
</div>
</content>
</entry>
</feed>
