Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

201 рядки
11KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <link rel="stylesheet" href="../../style.css">
  6. </head>
  7. <body>
  8. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  9. <div id="header">
  10. <div class="header2">
  11. <div class="menu">
  12. <a href="../../en/news/index.html">News</a>
  13. <a href="../../en/game/index.html">Games</a>
  14. <a href="../../en/tool/index.html">Tools</a>
  15. <a href="../../en/page/about.html">About</a>
  16. </div>
  17. <div id="lang">
  18. <a href="../../en/news/index4.html">EN</a>
  19. <a href="../../ru/news/index4.html">RU</a>
  20. </div>
  21. <div class="clear"></div>
  22. </div>
  23. </div>
  24. <center>
  25. <h1>News</h1>
  26. <div class="news_item">
  27. <h2 class="news_item_title">
  28. <a href="back-to-the-static.html">Back to the Static</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2017-10-16 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <p><img src="../../images/2017-10-16-back-to-the-static.png" alt="Static and dynamic unite" /></p>
  35. <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. For some time we've been tracking the development of the new breed of website engines - static site generators. It seems that this is the technology capable of changing past into future.</p>
  36. <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. So, we are starting our site anew with the help of the <a href="https://blog.getpelican.com/">Pelican</a>.. . .</p>
  37. </div>
  38. <div class="news_item_more">
  39. <a href="back-to-the-static.html">Continue reading</a>
  40. </div>
  41. </div>
  42. <div class="news_item">
  43. <h2 class="news_item_title">
  44. <a href="mjin-world-birth.html">The birth of MJIN world</a>
  45. </h2>
  46. <p class="news_item_date">
  47. 2017-09-10 00:00
  48. </p>
  49. <div class="news_item_contents">
  50. <p><img src="../../images/2017-09-mjin-world-birth.png" alt="An explosion giving birth to something new" /></p>
  51. <p>This article describes the birth of MJIN world in August 2017.</p>
  52. <p><strong>mjin-player</strong></p>
  53. <p>As you know, <a href="scripting-research.html">we spent July to research scripting</a>. We found a solution that satisfies the following criteria. Scripts should:</p>
  54. <ol>
  55. <li>run unchanged on all supported platforms</li>
  56. <li>allow extending C++ code</li>
  57. </ol>
  58. <p>We have verified the second criterion by writing a sample application. The first criterion was taken for granted because it SHOULD be true.. . .</p>
  59. </div>
  60. <div class="news_item_more">
  61. <a href="mjin-world-birth.html">Continue reading</a>
  62. </div>
  63. </div>
  64. <div class="news_item">
  65. <h2 class="news_item_title">
  66. <a href="scripting-research.html">Scripting research</a>
  67. </h2>
  68. <p class="news_item_date">
  69. 2017-08-16 00:00
  70. </p>
  71. <div class="news_item_contents">
  72. <p><img src="../../images/2017-08-scripting-research.png" alt="Textbook with a text" /></p>
  73. <p>This article describes scripting research in July 2017.</p>
  74. <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>
  75. <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 C/C++ code and use it in dozens of languages like Python, Ruby, Lua, Java, C#, etc.. SWIG really helped us taste the beauty of platform-independent code. However, SWIG only works one way: from C/C++ to a target language. This means the main application must be in the target language, and C/C++ code can only be used as a library.. . .</p>
  76. </div>
  77. <div class="news_item_more">
  78. <a href="scripting-research.html">Continue reading</a>
  79. </div>
  80. </div>
  81. <div class="news_item">
  82. <h2 class="news_item_title">
  83. <a href="openscenegraph-cross-platform-guide.html">OpenSceneGraph cross-platform guide</a>
  84. </h2>
  85. <p class="news_item_date">
  86. 2017-07-17 00:00
  87. </p>
  88. <div class="news_item_contents">
  89. <p><img src="../../images/2017-07-openscenegraph-guide.png" alt="OpenSceneGraph sample application in desktop and mobile" /></p>
  90. <p>This article summarizes the work we did to produce OpenSceneGraph cross-platform guide.</p>
  91. <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.. . .</p>
  92. </div>
  93. <div class="news_item_more">
  94. <a href="openscenegraph-cross-platform-guide.html">Continue reading</a>
  95. </div>
  96. </div>
  97. <div class="news_item">
  98. <h2 class="news_item_title">
  99. <a href="ios-tutorial.html">iOS tutorial</a>
  100. </h2>
  101. <p class="news_item_date">
  102. 2017-06-08 10:00
  103. </p>
  104. <div class="news_item_contents">
  105. <p><img src="../../images/2017-06-08-ios-refactoring.png" alt="Earth and a rocket" /></p>
  106. <p>This article describes problems we faced during the creation of iOS tutorial in May 2017.</p>
  107. <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 with a hackish demo that works for one person, but it's hard to create a concise example that works for everyone.. . .</p>
  108. </div>
  109. <div class="news_item_more">
  110. <a href="ios-tutorial.html">Continue reading</a>
  111. </div>
  112. </div>
  113. <div class="news_item">
  114. <h2 class="news_item_title">
  115. <a href="osg-sample.html">OpenSceneGraph sample</a>
  116. </h2>
  117. <p class="news_item_date">
  118. 2017-05-12 00:00
  119. </p>
  120. <div class="news_item_contents">
  121. <p><img src="../../images/2017-05_osg-sample.png" alt="Rocket in the distance" /></p>
  122. <p>This article describes creation of the tutorials for building sample OpenSceneGraph application under Linux, macOS, Windows, and Android in April 2017.</p>
  123. <p>Previous tutorials described how to install OpenSceneGraph under Linux, macOS, Windows and render a model using the standard <strong>osgviewer</strong> tool. This time we worked on a <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide-application">sample OpenSceneGraph application</a> that would run under Linux, macOS, Windows, and Android.. . .</p>
  124. </div>
  125. <div class="news_item_more">
  126. <a href="osg-sample.html">Continue reading</a>
  127. </div>
  128. </div>
  129. <div class="news_item">
  130. <h2 class="news_item_title">
  131. <a href="its-all-fine.html">It's all fine</a>
  132. </h2>
  133. <p class="news_item_date">
  134. 2017-04-07 00:00
  135. </p>
  136. <div class="news_item_contents">
  137. <p><img src="../../images/2017-04_its-all-fine.png" alt="Flight of a rocket" /></p>
  138. <p>This article describes creation of the first four OpenSceneGraph tutorials in March 2017.</p>
  139. <p>The <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/">first four OpenSceneGraph tutorials</a> explain how to create a cube model with Blender and display the model under Linux, macOS, or Windows using OpenSceneGraph tool called osgviewer.</p>
  140. <p>The whole process of creating a single tutorial turned out to be pretty daunting because it includes several tasks:</p>
  141. <ol>
  142. <li>Record original video depicting one or more steps. . .</li>
  143. </ol>
  144. </div>
  145. <div class="news_item_more">
  146. <a href="its-all-fine.html">Continue reading</a>
  147. </div>
  148. </div>
  149. <div class="news_item">
  150. <h2 class="news_item_title">
  151. <a href="lets-go.html">Let's go</a>
  152. </h2>
  153. <p class="news_item_date">
  154. 2017-03-16 00:00
  155. </p>
  156. <div class="news_item_contents">
  157. <p><img src="../../images/2017-03_lets-go.png" alt="Gagarin's words" /></p>
  158. <p>In this article we describe our progress in January and February of 2017: rendering under iOS/Web and a new tutorial tool.</p>
  159. <p><strong>Rendering under iOS/Web</strong></p>
  160. <p>To our surprise, we got a simple red cube rendered under <a href="https://twitter.com/OpenGameStudio/status/826816343433498627">iOS</a> and <a href="https://twitter.com/OpenGameStudio/status/829731986264698881">Web</a> pretty fast: in early February. However, this is only the beginning of this year's challenge to support Android, iOS, and Web platforms. There's a long and bumpy road ahead of us as we need a lot more on each platform before we can claim a success: visual effects, Python scripting, data archives.. . .</p>
  161. </div>
  162. <div class="news_item_more">
  163. <a href="lets-go.html">Continue reading</a>
  164. </div>
  165. </div>
  166. <div class="news_item">
  167. <h2 class="news_item_title">
  168. <a href="the-year-of-challenges.html">The year of challenges</a>
  169. </h2>
  170. <p class="news_item_date">
  171. 2017-01-25 00:00
  172. </p>
  173. <div class="news_item_contents">
  174. <p><img src="../../images/2017-01_the-year-of-challenges.png" alt="Rocket launch at Baikonur" /></p>
  175. <p>This article describes our plans for 2017.</p>
  176. <p>Our past plans suggested we would have Android platform support by this time. However, we have a long way to go, before we can declare Android support. See for yourself:</p>
  177. <p><img src="../../images/2017-01_mjin-android-gles.png" alt="Rendering cubes on Android" /></p>
  178. <p>Some people would consider this a failure. We don't. We see a chance to start low and jump high!</p>
  179. <p>Having only worked with liberal and forgiving desktop environments, Android was a complete surprise for us. Android punished us for everything: memory, resources, graphics. The usual Android response was either a crash, or an empty screen.. . .</p>
  180. </div>
  181. <div class="news_item_more">
  182. <a href="the-year-of-challenges.html">Continue reading</a>
  183. </div>
  184. </div>
  185. <p class="pagination_title">Page 4 of 8</p>
  186. <p>
  187. <a href="index3.html">« Newer</a>
  188. <a href="index5.html">Older »</a>
  189. </p>
  190. <div id="footer">
  191. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  192. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  193. </div>
  194. </center>
  195. </body>
  196. </html>