| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <title>Polycode by ivansafrin</title>
- <link rel="stylesheet" href="stylesheets/styles.css">
- <link rel="stylesheet" href="stylesheets/pygment_trac.css">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- </head>
- <body>
- <div class="wrapper">
- <header>
- <h1>Polycode</h1>
- <p>Polycode is a cross-platform framework for creative code.</p>
- <p class="view"><a href="https://github.com/ivansafrin/Polycode">View the Project on GitHub <small>ivansafrin/Polycode</small></a></p>
- <ul>
- <li><a href="https://github.com/ivansafrin/Polycode/zipball/master">Download <strong>ZIP File</strong></a></li>
- <li><a href="https://github.com/ivansafrin/Polycode/tarball/master">Download <strong>TAR Ball</strong></a></li>
- <li><a href="https://github.com/ivansafrin/Polycode">View On <strong>GitHub</strong></a></li>
- </ul>
- </header>
- <section>
- <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>
- <p>The core Polycode API is written in C++ and can be used to create portable native applications.</p>
- <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>
- <p>Polycode is available under the MIT license and was designed and developed by Ivan Safrin.</p>
- <p>Please see BUILD.md or BUILD.txt for instructions on how to build Polycode from source.</p>
- </section>
- <footer>
- <p>This project is maintained by <a href="https://github.com/ivansafrin">ivansafrin</a></p>
- <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
- </footer>
- </div>
- <script src="javascripts/scale.fix.js"></script>
-
- </body>
- </html>
|