Initial commit.

Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
Andreas Widen 2026-07-27 17:57:03 +02:00
commit a4a5c7daa5
Signed by: hfsoulz
GPG key ID: 5B85F9B5F576A667
1389 changed files with 241399 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<section class="featured-content">
<h2 class="a11y-offset">Summary</h2>
<ul>
<li><b>Libre.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> will be distributed under the zlib license.
This license allows you to use HFGE freely in any software (it respects your freedom).
</li>
<li><b>Vulkan.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> comes with a modern, low level, low overhead,
cross platform renderer in the form of Vulkan (additional renderers can be added as plugins if needed).
</li>
<li><b>Cross platform.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> will initially support Windows and
GNU/Linux. More platforms such as Android will be added later on.
</li>
<li><b>Tools.</b><a class="link-yellow" href="/<%= self.hfge_url %>"> HFGE</a> comes with a few useful tools for generating
bitmap fonts, texture atlases, resource archives and a hash checksum tool.
</li>
</ul>
<div class="action-box centered-text">
<a class="button-big button-light" href="/<%= self.hfge_url %>">LEARN MORE</a>
</div>
</section>