flow-web/templates/partials/index_featured_content.stpl
Andreas Widen a4a5c7daa5
Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
2026-07-27 17:57:03 +02:00

20 lines
1.4 KiB
Text

<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>