index.html 1.1 KB

123456789101112131415161718
  1. <html>
  2. <head>
  3. <title>SquidLib Documentation</title>
  4. </head>
  5. <body>
  6. <h1>Welcome to SquidLib's Documentation.</h1>
  7. <p><a href="https://github.com/SquidPony/SquidLib">The main page, including source code, is on GitHub</a>.
  8. All of the javadocs for the latest (built) version of code are in subdirectories of this site.
  9. You can also download javadocs in a .jar for released versions of SquidLib using Maven, Gradle, or simply
  10. by going to <a href="http://search.maven.org/#search|ga|1|squidlib">the Maven Central page for SquidLib</a>
  11. and downloading the jars you want. As for javadocs...</p>
  12. <ul>
  13. <li>For the core of SquidLib, which can be used from any Java project, <a href="squidlib-util/index.html">go here for squidlib-util</a>.</li>
  14. <li>For the text rendering part of SquidLib, which uses libGDX, <a href="squidlib-util/index.html">go here for squidlib</a>.</li>
  15. <li>For the optional functionality of SquidLib (like handling saved files), which depends on libGDX only for its utilities, <a href="squidlib-extra/index.html">go here for squidlib-extra</a>.</li>
  16. </ul>
  17. </body>
  18. </html>