You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

245 lines
10KB

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <!-- Set the viewport width to device width for mobile -->
  5. <meta name="viewport" content="width=device-width" />
  6. <title>Opensource Game Studio</title>
  7. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
  8. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
  9. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
  10. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
  11. <script src="http://opengamestudio.org/theme/js/custom.modernizr.js"></script>
  12. <!-- So Firefox can bookmark->"abo this site" -->
  13. <link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
  14. </head>
  15. <body>
  16. <!-- Nav Bar -->
  17. <nav>
  18. <!-- Show menu items and pages -->
  19. <div class="row">
  20. <div class="large-12 columns top-bar">
  21. <h1><a href="http://opengamestudio.org">Opensource Game Studio</a></h1>
  22. </div>
  23. </div>
  24. <div class="row top-menu">
  25. <div class="large-12 columns">
  26. <a href="/pages/projects.html" class="menu-button secondary">Projects</a>
  27. <a href="/pages/about.html" class="menu-button secondary">About</a>
  28. </div>
  29. </div>
  30. </nav>
  31. <!-- End Nav -->
  32. <!-- Main Page Content and Sidebar -->
  33. <div class="row">
  34. <!-- Main Blog Content -->
  35. <div class="large-9 columns">
  36. <article>
  37. <a href="http://opengamestudio.org/back-to-the-static.html"><h3 class="article-title">Back to the Static</h3></a>
  38. <h6 class="subheader" title="2017-10-16T00:00:00+03:00">Mon 16 October 2017
  39. <a class="button secondary small translation-button" href="http://opengamestudio.org/back-to-the-static-ru.html">ru</a>
  40. </h6><p><img alt="Back to the Static" src="http://opengamestudio.org/2017-10-16-back-to-the-static.png"></p>
  41. <p>We have been using Wordpress as our website engine for more than seven years. And now it's time to move forward. Or backward.
  42. For some time we've been tracking the development of the new breed of website engines - static site generators.
  43. It seems that this is the technology capable of changing past into future.</p>
  44. <p>A static website is more straightforward, quicker and more secure. And with the help of generators, it is also as easy to manage, as the dynamic website.
  45. So, we are starting our site anew with the help of the <a href="https://blog.getpelican.com/">Pelican</a>.
  46. Right now it doesn't have all the content from our old site, but we'll add most of it soon.</p><p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  47. </p>
  48. </article>
  49. <hr class="gradient"/>
  50. <article>
  51. <a href="http://opengamestudio.org/mjin-world-birth.html"><h3 class="article-title">The birth of MJIN world</h3></a>
  52. <h6 class="subheader" title="2017-09-10T00:00:00+03:00">Sun 10 September 2017
  53. <a class="button secondary small translation-button" href="http://opengamestudio.org/mjin-world-birth-ru.html">ru</a>
  54. </h6><p><img alt="The birth of MJIN world" src="http://opengamestudio.org/2017-09-mjin-world-birth.png"></p>
  55. <p>This article describes the birth of MJIN world in August 2017.</p>
  56. <p><strong>mjin-player</strong></p>
  57. <p>As you know, <a href="http://opengamestudio.org/scripting-research.html">we spent July to research scripting</a>. We found a solution that satisfies the following criteria. Scripts should:</p>
  58. <ol>
  59. <li>run unchanged on all supported platforms</li>
  60. <li>allow extending C++ code</li>
  61. </ol>
  62. <p>We have verified the second criterion by writing …</p><p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  63. </p>
  64. <a class="button radius secondary small right" href="http://opengamestudio.org/mjin-world-birth.html">Read More</a>
  65. <hr class="gradient"/>
  66. </article>
  67. <article>
  68. <a href="http://opengamestudio.org/scripting-research.html"><h3 class="article-title">Scripting research</h3></a>
  69. <h6 class="subheader" title="2017-08-16T00:00:00+03:00">Wed 16 August 2017
  70. <a class="button secondary small translation-button" href="http://opengamestudio.org/scripting-research-ru.html">ru</a>
  71. </h6><p><img alt="Scripting research" src="http://opengamestudio.org/2017-08-scripting-research.png"></p>
  72. <p>This article describes scripting research in July 2017.</p>
  73. <p><strong>Our first goal of using a scripting language was to have a platform-independent code that runs unchanged on every supported platform.</strong></p>
  74. <p>OGS Editor 0.10 supports Python for such a code thanks to <a href="http://swig.org/">SWIG</a>. SWIG provides a way to wrap almost any …</p><p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  75. </p>
  76. <a class="button radius secondary small right" href="http://opengamestudio.org/scripting-research.html">Read More</a>
  77. <hr class="gradient"/>
  78. </article>
  79. <article>
  80. <a href="http://opengamestudio.org/openscenegraph-cross-platform-guide.html"><h3 class="article-title">OpenSceneGraph cross-platform guide</h3></a>
  81. <h6 class="subheader" title="2017-07-17T00:00:00+03:00">Mon 17 July 2017
  82. <a class="button secondary small translation-button" href="http://opengamestudio.org/openscenegraph-cross-platform-guide-ru.html">ru</a>
  83. </h6><p><img alt="OpenSceneGraph guide" src="http://opengamestudio.org/2017-07-openscenegraph-guide.png"></p>
  84. <p>This article summarizes the work we did to produce OpenSceneGraph cross-platform guide.</p>
  85. <p>June marked the finish of <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide">OpenSceneGraph cross-platform guide</a> with the publishing of the last (initially planned) tutorial. The tutorial describes <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/tree/master/1.10.SampleWeb">how to build and run sample OpenSceneGraph application in Web</a> using Emscripten.
  86. In case you missed it, here's …</p><p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  87. </p>
  88. <a class="button radius secondary small right" href="http://opengamestudio.org/openscenegraph-cross-platform-guide.html">Read More</a>
  89. <hr class="gradient"/>
  90. </article>
  91. <article>
  92. <a href="http://opengamestudio.org/ios-tutorial.html"><h3 class="article-title">iOS tutorial</h3></a>
  93. <h6 class="subheader" title="2017-06-08T10:00:00+03:00">Thu 08 June 2017
  94. <a class="button secondary small translation-button" href="http://opengamestudio.org/ios-tutorial-ru.html">ru</a>
  95. </h6><p><img alt="iOS tutorial" src="http://opengamestudio.org/2017-06-08-ios-refactoring.png"></p>
  96. <p>This article describes problems we faced during the creation of iOS tutorial in May 2017.</p>
  97. <p><a href="https://twitter.com/OpenGameStudio/status/826816343433498627">This February</a> we managed to get simple model rendered under iOS in just a few days. We expected to finish iOS tutorial in no time. However, the reality reminded us: it's easy to come up …</p><p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  98. </p>
  99. <a class="button radius secondary small right" href="http://opengamestudio.org/ios-tutorial.html">Read More</a>
  100. <hr class="gradient"/>
  101. </article>
  102. <article>
  103. <a href="http://opengamestudio.org/stub.html"><h3 class="article-title">Stub</h3></a>
  104. <h6 class="subheader" title="2017-06-03T00:00:00+03:00">Sat 03 June 2017
  105. <a class="button secondary small translation-button" href="http://opengamestudio.org/stub-ru.html">ru</a>
  106. </h6><p>TODO Import previous Opensource Game Studio articles from Wordpress.</p><p class="subheader">Category: <a href="http://opengamestudio.org/category/stub.html">Stub</a>
  107. </p>
  108. <a class="button radius secondary small right" href="http://opengamestudio.org/stub.html">Read More</a>
  109. <hr class="gradient"/>
  110. </article>
  111. <!-- /#posts-list -->
  112. <div class="pagination-centered">
  113. <h6 class="subheader">Page 1 of 1</h6>
  114. <p>
  115. </p>
  116. </div>
  117. </div>
  118. <!-- End Main Content -->
  119. <!-- Sidebar -->
  120. <aside class="large-3 columns">
  121. <!--k
  122. <h5 class="sidebar-title">Site</h5>
  123. <ul class="side-nav">
  124. <li><a href="http://opengamestudio.org/archives.html">Archives</a>
  125. <li><a href="http://opengamestudio.org/tags.html">Tags</a>
  126. <li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  127. </ul>
  128. <h5 class="sidebar-title">Categories</h5>
  129. <ul class="side-nav">
  130. <li><a href="http://opengamestudio.org/category/news.html">News</a></li>
  131. <li><a href="http://opengamestudio.org/category/stub.html">Stub</a></li>
  132. </ul>
  133. -->
  134. <h5 class="sidebar-title">Ads</h5>
  135. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  136. <!-- ogs -->
  137. <ins class="adsbygoogle"
  138. style="display:inline-block;width:120px;height:240px"
  139. data-ad-client="ca-pub-4473792248813084"
  140. data-ad-slot="4132845695"></ins>
  141. <script>
  142. (adsbygoogle = window.adsbygoogle || []).push({});
  143. </script>
  144. </aside> <!-- End Sidebar -->
  145. </div> <!-- End Main Content and Sidebar -->
  146. <!-- Footer -->
  147. <footer class="row">
  148. <div class="large-12 columns">
  149. <hr />
  150. <div class="row">
  151. <div class="large-7 columns">
  152. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  153. </div>
  154. </div>
  155. </div>
  156. <script type="text/javascript">
  157. var _gaq = _gaq || [];
  158. _gaq.push(['_setAccount', 'UA-3773114-1']);
  159. _gaq.push(['_trackPageview']);
  160. (function() {
  161. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  162. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  163. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  164. })();
  165. </script>
  166. </footer>