<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://izecheru.github.io/kogayonon-engine-docs/changelog</id>
    <title>Kogayonon 3D Game Engine Blog</title>
    <updated>2026-02-09T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://izecheru.github.io/kogayonon-engine-docs/changelog"/>
    <subtitle>Kogayonon 3D Game Engine Blog</subtitle>
    <icon>https://izecheru.github.io/kogayonon-engine-docs/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[10th February]]></title>
        <id>https://izecheru.github.io/kogayonon-engine-docs/changelog/10th-feb</id>
        <link href="https://izecheru.github.io/kogayonon-engine-docs/changelog/10th-feb"/>
        <updated>2026-02-09T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Font change, assimp + cgltf model loaders]]></summary>
        <content type="html"><![CDATA[<p>Font change, assimp + cgltf model loaders</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="engine">Engine<a href="https://izecheru.github.io/kogayonon-engine-docs/changelog/10th-feb#engine" class="hash-link" aria-label="Direct link to Engine" title="Direct link to Engine" translate="no">​</a></h2>
<p>Still trying to get skeletal animation going, that's why the dev branch is a battle field</p>
<ul>
<li class="">Separated model loaders<!-- -->
<ul>
<li class="">assimp for model file type compatibility</li>
<li class="">cgltf used for speed</li>
</ul>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="docs">Docs<a href="https://izecheru.github.io/kogayonon-engine-docs/changelog/10th-feb#docs" class="hash-link" aria-label="Direct link to Docs" title="Direct link to Docs" translate="no">​</a></h2>
<ul>
<li class="">Default documentation font was changed to <code>Inter</code></li>
<li class="">Added search with <code>Ctrl+K</code></li>
</ul>]]></content>
        <author>
            <name>Zecheru Ionut Roberto</name>
            <uri>https://www.linkedin.com/in/ionut-roberto/</uri>
        </author>
        <category label="changelog" term="changelog"/>
        <category label="update" term="update"/>
        <category label="docs" term="docs"/>
        <category label="engine" term="engine"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[First changelog entry]]></title>
        <id>https://izecheru.github.io/kogayonon-engine-docs/changelog/first-changelog</id>
        <link href="https://izecheru.github.io/kogayonon-engine-docs/changelog/first-changelog"/>
        <updated>2026-02-09T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[This is the very first entry in the changelog, will update as we make modifications to both documentation and engine]]></summary>
        <content type="html"><![CDATA[<p>This is the very first entry in the changelog, will update as we make modifications to both documentation and engine</p>
<p>From this point on I will keep track of engine updates as well as documentation updates</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="engine">Engine<a href="https://izecheru.github.io/kogayonon-engine-docs/changelog/first-changelog#engine" class="hash-link" aria-label="Direct link to Engine" title="Direct link to Engine" translate="no">​</a></h2>
<ul>
<li class="">
<p>Made the <code>dev</code> branch to push experimental changes or code that I needed on the repo to pull on my laptop ( I work primarily from home where I have a desktop pc )</p>
<ul>
<li class=""><a href="https://github.com/izecheru/kogayonon/commit/cf35120bbd4c865b4ee119f44c460ef022bfa589" target="_blank" rel="noopener noreferrer" class="">here</a> is the link to the commit on the <code>dev</code> branch</li>
</ul>
</li>
<li class="">
<p>Generated a logo with gemini, I'm not good at drawing so it'll do for now
<img decoding="async" loading="lazy" alt="logo" src="https://izecheru.github.io/kogayonon-engine-docs/assets/images/kogayonon_logo-c3c19848b1a347c1586a8d948cde976a.png" width="1024" height="892" class="img_ev3q"></p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="docs">Docs<a href="https://izecheru.github.io/kogayonon-engine-docs/changelog/first-changelog#docs" class="hash-link" aria-label="Direct link to Docs" title="Direct link to Docs" translate="no">​</a></h2>
<ul>
<li class="">Documentation is now ported to <a href="https://docusaurus.io/" target="_blank" rel="noopener noreferrer" class="">docusaurus</a> from mdbook</li>
<li class="">Added chapters<!-- -->
<ul>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/how_to_setup">How to run and build</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/app">App</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/benchmark">Benchmark</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/core">Core</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/gui">Gui</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/physics">Physics</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/utilities">Utilities</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/resources">Resources</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/rendering">Rendering</a></li>
<li class=""><a class="" href="https://izecheru.github.io/kogayonon-engine-docs/docs/engine-modules/window">Window</a></li>
</ul>
</li>
</ul>]]></content>
        <author>
            <name>Zecheru Ionut Roberto</name>
            <uri>https://www.linkedin.com/in/ionut-roberto/</uri>
        </author>
        <category label="changelog" term="changelog"/>
        <category label="update" term="update"/>
        <category label="docs" term="docs"/>
        <category label="engine" term="engine"/>
    </entry>
</feed>