index.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <title>Polycode by ivansafrin</title>
  7. <link rel="stylesheet" href="stylesheets/styles.css">
  8. <link rel="stylesheet" href="stylesheets/pygment_trac.css">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  10. <!--[if lt IE 9]>
  11. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. </head>
  14. <body>
  15. <div class="wrapper">
  16. <header>
  17. <h1>Polycode</h1>
  18. <p>Polycode is a cross-platform framework for creative code.</p>
  19. <p class="view"><a href="https://github.com/ivansafrin/Polycode">View the Project on GitHub <small>ivansafrin/Polycode</small></a></p>
  20. <ul>
  21. <li><a href="https://github.com/ivansafrin/Polycode/zipball/master">Download <strong>ZIP File</strong></a></li>
  22. <li><a href="https://github.com/ivansafrin/Polycode/tarball/master">Download <strong>TAR Ball</strong></a></li>
  23. <li><a href="https://github.com/ivansafrin/Polycode">View On <strong>GitHub</strong></a></li>
  24. </ul>
  25. </header>
  26. <section>
  27. <p>Polycode is a cross-platform framework for creative code. You can use it as a C++ API or as a standalone scripting language to get easy and simple access to accelerated 2D and 3D graphics, hardware shaders, sound and network programming, physics engines and more.</p>
  28. <p>The core Polycode API is written in C++ and can be used to create portable native applications.</p>
  29. <p>On top of the core C++ API, Polycode offers a LUA-based scripting system with its own set of compilation tools. The LUA API mirrors the C++ API and can be used to easily create prototypes and even publish complete applications to multiple platforms without compiling C++.</p>
  30. <p>Polycode is available under the MIT license and was designed and developed by Ivan Safrin.</p>
  31. <p>Please see BUILD.md or BUILD.txt for instructions on how to build Polycode from source.</p>
  32. </section>
  33. <footer>
  34. <p>This project is maintained by <a href="https://github.com/ivansafrin">ivansafrin</a></p>
  35. <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
  36. </footer>
  37. </div>
  38. <script src="javascripts/scale.fix.js"></script>
  39. </body>
  40. </html>