Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nahiim authored Jun 5, 2023
1 parent 3138a73 commit c4ad37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="topic">Vulkan RayTracer</h2>
<br><hr><br> -->

<div class="">
<h2 class="topic"> <a href="https://github.com/en-why/Obsidion"> 3D Game Engine </a> </h2>
<h2 class="topic"> <a href="https://github.com/xploor-games/Obsidion"> 3D Game Engine </a> </h2>
<p>
An Open source 3D Game Engine written in C++ with both OpenGL and Vulkan abstractions. The Engine uses GLM math library which can effortlessly be substituted with a custom one. It has standalone input system (based on SDL input) which is pluggable. The idea is to have separate abstractions as "plugins" and be able to customize as desired or use a different one entirely
</p>
Expand Down Expand Up @@ -121,7 +121,7 @@ <h2 class="topic">Code Editor</h2>
</span>
</a>

<a class="icons github-bg" href="http://github.com/en-why">
<a class="icons github-bg" href="http://github.com/xploor-games">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
Expand Down

0 comments on commit c4ad37e

Please sign in to comment.