2014-09-29 21:23:36 +00:00
<!DOCTYPE html>
2014-09-29 21:08:09 +00:00
< html >
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
< head >
2014-09-29 21:23:36 +00:00
< meta charset = 'utf-8' >
2014-09-29 21:08:09 +00:00
< meta http-equiv = "X-UA-Compatible" content = "chrome=1" >
2014-09-29 21:30:13 +00:00
< meta name = "description" content = "Athena : Small, Powerful, Extensible." >
2014-09-29 21:23:36 +00:00
< link rel = "stylesheet" type = "text/css" media = "screen" href = "stylesheets/stylesheet.css" >
2014-09-29 21:08:09 +00:00
2014-09-29 21:23:36 +00:00
< title > Athena< / title >
2014-09-29 21:08:09 +00:00
< / head >
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
< body >
2014-09-29 21:23:36 +00:00
<!-- 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 >
2014-09-29 21:30:13 +00:00
< h2 id = "project_tagline" > Small, Powerful, Extensible.< / h2 >
2014-09-29 21:23:36 +00:00
< 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" >
2014-09-29 21:26:35 +00:00
< p > < a href = "/" > Home< / a > < / p >
2015-05-20 00:25:43 +00:00
< 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 >
2014-09-29 21:08:09 +00:00
2014-09-29 21:23:36 +00:00
< 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 >
2014-09-29 21:08:09 +00:00
2015-05-20 00:25:43 +00:00
< 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 >
2015-05-20 00:29:41 +00:00
< 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 >
2015-05-20 00:25:43 +00:00
< p > Now you can easily work with a wider variety of data formats thanks to new string and byte-buffer methods.< / p >
2015-05-20 00:29:41 +00:00
< 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 >
2015-05-20 00:25:43 +00:00
< p > Qt creator and Qmake users can now select portions of Athena à la carte; integrating only the parts your project needs.< / p >
2015-05-20 00:29:41 +00:00
< 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 >
2015-05-20 00:25:43 +00:00
2015-05-20 00:29:41 +00:00
< 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 >
2015-05-20 00:25:43 +00:00
2014-09-29 21:08:09 +00:00
< h1 >
2015-05-20 00:25:43 +00:00
< a id = "releases" class = "anchor" href = "#releases" aria-hidden = "true" > < span class = "octicon octicon-link" > < / span > < / a > Releases:< / h1 >
2014-09-29 21:08:09 +00:00
< ul >
2014-09-29 21:32:14 +00:00
< li >
2015-05-20 00:26:56 +00:00
< a href = "https://github.com/Antidote/Athena/releases/tag/1.1.0" > v1.1.0< / a > :
2015-05-20 00:25:43 +00:00
Second major release< / li >
< li >
2014-09-29 21:32:14 +00:00
< a href = "https://github.com/Antidote/Athena/releases/tag/v1.0.0" > v1.0.0< / a > :
2014-09-29 21:08:09 +00:00
Initial release< / li >
< / ul >
< / section >
2014-09-29 21:23:36 +00:00
< / div >
2014-09-29 21:08:09 +00:00
2014-09-29 21:23:36 +00:00
<!-- 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 >
2015-05-20 00:25:43 +00:00
< p > Published with < a href = "https://pages.github.com" > GitHub Pages< / a > < / p >
2014-09-29 21:23:36 +00:00
< / footer >
2014-09-29 21:08:09 +00:00
< / div >
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
2014-09-29 21:23:36 +00:00
2014-09-29 21:08:09 +00:00
< / body >
2014-09-29 21:23:36 +00:00
< / html >