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.

194 lines
9.2KB

  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>
  11. <strong id="title">Open Game Studio</strong>
  12. <div id="lang">
  13. <a href="../../en/news/index3.html">EN</a>
  14. <a href="../../ru/news/index3.html">RU</a>
  15. </div>
  16. </div>
  17. <div class="header2">
  18. <div class="menu">
  19. <a href="../../en/news/index.html">News</a>
  20. <a href="../../en/game/index.html">Games</a>
  21. <a href="../../en/tool/index.html">Tools</a>
  22. <a href="../../en/page/about.html">About</a>
  23. </div>
  24. <a class="discord" href="https://discord.gg/3A6THQabNf">
  25. <img src="../../images/discord.png"></img>
  26. </a>
  27. <div class="clear"></div>
  28. </div>
  29. </div>
  30. <center>
  31. <h1>News</h1>
  32. <div class="news_item">
  33. <h2 class="news_item_title">
  34. <a href="mjin-world-birth.html">The birth of MJIN world</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2017-09-10 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2017-09-mjin-world-birth.png" alt="An explosion giving birth to something new" /></p>
  41. <p>This article describes the birth of MJIN world in August 2017.</p>
  42. <p><strong>mjin-player</strong></p>
  43. <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>
  44. </div>
  45. <div class="news_item_more">
  46. <a href="mjin-world-birth.html">Continue reading</a>
  47. </div>
  48. </div>
  49. <div class="news_item">
  50. <h2 class="news_item_title">
  51. <a href="scripting-research.html">Scripting research</a>
  52. </h2>
  53. <p class="news_item_date">
  54. 2017-08-16 00:00
  55. </p>
  56. <div class="news_item_contents">
  57. <p><img src="../../images/2017-08-scripting-research.png" alt="Textbook with a text" /></p>
  58. <p>This article describes scripting research in July 2017.</p>
  59. <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>
  60. </div>
  61. <div class="news_item_more">
  62. <a href="scripting-research.html">Continue reading</a>
  63. </div>
  64. </div>
  65. <div class="news_item">
  66. <h2 class="news_item_title">
  67. <a href="openscenegraph-cross-platform-guide.html">OpenSceneGraph cross-platform guide</a>
  68. </h2>
  69. <p class="news_item_date">
  70. 2017-07-17 00:00
  71. </p>
  72. <div class="news_item_contents">
  73. <p><img src="../../images/2017-07-openscenegraph-guide.png" alt="OpenSceneGraph sample application in desktop and mobile" /></p>
  74. <p>This article summarizes the work we did to produce OpenSceneGraph cross-platform guide.</p>
  75. <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>
  76. </div>
  77. <div class="news_item_more">
  78. <a href="openscenegraph-cross-platform-guide.html">Continue reading</a>
  79. </div>
  80. </div>
  81. <div class="news_item">
  82. <h2 class="news_item_title">
  83. <a href="ios-tutorial.html">iOS tutorial</a>
  84. </h2>
  85. <p class="news_item_date">
  86. 2017-06-08 10:00
  87. </p>
  88. <div class="news_item_contents">
  89. <p><img src="../../images/2017-06-08-ios-refactoring.png" alt="Earth and a rocket" /></p>
  90. <p>This article describes problems we faced during the creation of iOS tutorial in May 2017.</p>
  91. <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>
  92. </div>
  93. <div class="news_item_more">
  94. <a href="ios-tutorial.html">Continue reading</a>
  95. </div>
  96. </div>
  97. <div class="news_item">
  98. <h2 class="news_item_title">
  99. <a href="osg-sample.html">OpenSceneGraph sample</a>
  100. </h2>
  101. <p class="news_item_date">
  102. 2017-05-12 00:00
  103. </p>
  104. <div class="news_item_contents">
  105. <p><img src="../../images/2017-05_osg-sample.png" alt="Rocket in the distance" /></p>
  106. <p>This article describes creation of the tutorials for building sample OpenSceneGraph application under Linux, macOS, Windows, and Android in April 2017.</p>
  107. <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>
  108. </div>
  109. <div class="news_item_more">
  110. <a href="osg-sample.html">Continue reading</a>
  111. </div>
  112. </div>
  113. <div class="news_item">
  114. <h2 class="news_item_title">
  115. <a href="its-all-fine.html">It's all fine</a>
  116. </h2>
  117. <p class="news_item_date">
  118. 2017-04-07 00:00
  119. </p>
  120. <div class="news_item_contents">
  121. <p><img src="../../images/2017-04_its-all-fine.png" alt="Flight of a rocket" /></p>
  122. <p>This article describes creation of the first four OpenSceneGraph tutorials in March 2017.</p>
  123. <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>
  124. </div>
  125. <div class="news_item_more">
  126. <a href="its-all-fine.html">Continue reading</a>
  127. </div>
  128. </div>
  129. <div class="news_item">
  130. <h2 class="news_item_title">
  131. <a href="lets-go.html">Let's go</a>
  132. </h2>
  133. <p class="news_item_date">
  134. 2017-03-16 00:00
  135. </p>
  136. <div class="news_item_contents">
  137. <p><img src="../../images/2017-03_lets-go.png" alt="Gagarin's words" /></p>
  138. <p>In this article we describe our progress in January and February of 2017: rendering under iOS/Web and a new tutorial tool.</p>
  139. <p><strong>Rendering under iOS/Web</strong></p>
  140. <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>
  141. </div>
  142. <div class="news_item_more">
  143. <a href="lets-go.html">Continue reading</a>
  144. </div>
  145. </div>
  146. <div class="news_item">
  147. <h2 class="news_item_title">
  148. <a href="the-year-of-challenges.html">The year of challenges</a>
  149. </h2>
  150. <p class="news_item_date">
  151. 2017-01-25 00:00
  152. </p>
  153. <div class="news_item_contents">
  154. <p><img src="../../images/2017-01_the-year-of-challenges.png" alt="Rocket launch at Baikonur" /></p>
  155. <p>This article describes our plans for 2017.</p>
  156. <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>
  157. </div>
  158. <div class="news_item_more">
  159. <a href="the-year-of-challenges.html">Continue reading</a>
  160. </div>
  161. </div>
  162. <div class="news_item">
  163. <h2 class="news_item_title">
  164. <a href="2017-happy-new-year.html">Happy 2017</a>
  165. </h2>
  166. <p class="news_item_date">
  167. 2016-12-31 00:00
  168. </p>
  169. <div class="news_item_contents">
  170. <p><img src="../../images/2016-12-31_happy-new-year.png" alt="Christmas tree" /></p>
  171. <p>Okay. It's been a hard year for everyone in the team. And it's almost over. Praise it ends! Praise the new one!</p>
  172. <p>It may seem, that our progress stalled. Three years ago we announced the beginning of a new project (two to be precise), and now we still working on the engine and editor, haven't even started creating the actual game.. . .</p>
  173. </div>
  174. <div class="news_item_more">
  175. <a href="2017-happy-new-year.html">Continue reading</a>
  176. </div>
  177. </div>
  178. <p class="pagination_title">Page 3 of 7</p>
  179. <p>
  180. <a href="index2.html">« Newer</a>
  181. <a href="index4.html">Older »</a>
  182. </p>
  183. <div id="footer">
  184. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  185. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  186. </div>
  187. </center>
  188. </body>
  189. </html>