mirror of https://github.com/libAthena/athena.git
89 lines
3.6 KiB
HTML
89 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="Athena : Small, Powerful, Extensible.">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>Athena</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/Antidote/Athena">View on GitHub</a>
|
|
|
|
<h1 id="project_title">Athena</h1>
|
|
<h2 id="project_tagline">Small, Powerful, Extensible.</h2>
|
|
|
|
<section id="downloads">
|
|
<a class="zip_download_link" href="https://github.com/Antidote/Athena/zipball/master">Download this project as a .zip file</a>
|
|
<a class="tar_download_link" href="https://github.com/Antidote/Athena/tarball/master">Download this project as a tar.gz file</a>
|
|
</section>
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<p><a href="/">Home</a></p>
|
|
|
|
<hr>
|
|
|
|
<h3>
|
|
<a id="welcome-to-athena" class="anchor" href="#welcome-to-athena" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to Athena</h3>
|
|
|
|
<p>Athena is a small library that provides powerful, cross platform, endian independent IO. It has the ability to automatically detect the endian the system is on, even if it's a mixed endian system, and behave appropriately. It also provides a few classes for Nintendo specific formats, such as data.bin, ALTTP SRAM, Yaz0 encoding, LZ77 (LZ10, and LZ11) and a few others.</p>
|
|
|
|
<h3>
|
|
<a id="release-v110-now-available" class="anchor" href="#release-v110-now-available" aria-hidden="true"><span class="octicon octicon-link"></span></a>Release v1.1.0 now available!</h3>
|
|
|
|
<p>Version 1.1.0 ushers in several improvements to Athena</p>
|
|
|
|
<h4>
|
|
<a id="additional-data-types" class="anchor" href="#additional-data-types" aria-hidden="true"><span class="octicon octicon-link"></span></a>Additional Data-Types</h4>
|
|
|
|
<p>Now you can easily work with a wider variety of data formats thanks to new string and byte-buffer methods.</p>
|
|
|
|
<h4>
|
|
<a id="modularized-qmake-build-system" class="anchor" href="#modularized-qmake-build-system" aria-hidden="true"><span class="octicon octicon-link"></span></a>Modularized Qmake Build-System</h4>
|
|
|
|
<p>Qt creator and Qmake users can now select portions of Athena à la carte; integrating only the parts your project needs.</p>
|
|
|
|
<h4>
|
|
<a id="self-sufficient-build-dependencies" class="anchor" href="#self-sufficient-build-dependencies" aria-hidden="true"><span class="octicon octicon-link"></span></a>Self-Sufficient Build Dependencies</h4>
|
|
|
|
<p>Data compression/decompression libraries like <em>zlib</em> and <em>lzo</em> are now part of Athena's repository, so you can simply clone-n-go!</p>
|
|
|
|
<h1>
|
|
<a id="releases" class="anchor" href="#releases" aria-hidden="true"><span class="octicon octicon-link"></span></a>Releases:</h1>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/Antidote/Athena/releases/tag/1.1.0">v1.1.0</a>:
|
|
Second major release</li>
|
|
<li>
|
|
<a href="https://github.com/Antidote/Athena/releases/tag/v1.0.0">v1.0.0</a>:
|
|
Initial release</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p class="copyright">Athena maintained by <a href="https://github.com/Antidote">Antidote</a></p>
|
|
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|