| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <html>
- <head>
- <title>Polycode</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="description" content="Polycode is a free, open-source, cross-platform framework for creative code. "/>
- <meta name="keywords" content="2d,3d,opengl,framework,game,engine,creative,code,sound" />
- <link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
- <link href="/css/prettify.css" type="text/css" rel="stylesheet" />
- <link href="/css/lua_docs.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript" src="/js/prettify.js"></script>
- <link rel="image_src" type="image/jpeg" href="http://www.polycode.org/img/icon-facebook.gif" />
- <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css"/>
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-309912-5']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- </head>
- <body onLoad="prettyPrint()">
- <div id="content_pane">
- <div id="nav">
- <div id="nav_logo"><a href="/"><img src="/img/toplogo.png"/></a></div>
- <div id="nav_menu">
- <span class="menu_item"><a href="/features">FEATURES</a></span>
- <span class="menu_item"><a href="/gallery">GALLERY</a></span>
- <span class="menu_item"><a href="/download">DOWNLOAD</a></span>
- <span class="menu_item"><a href="/learn">LEARN</a></span>
- <span class="menu_item"><a href="/community">COMMUNITY</a></span>
- </div>
- </div>
- <div id="page_content_main">
- <div id="lua_docs_content">
|