選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

218 行
9.6KB

  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/index5.html">EN</a>
  14. <a href="../../ru/news/index5.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://t.me/Tail_and_shadow">
  25. <img src="../../images/telegram.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="2016-october-recap.html">October 2016 recap</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2016-11-19 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2016-11-19_2016-october-recap.png" alt="Gaining Android support was like climbing a mountain for us" /></p>
  41. <p>This article describes how we spent a month building OpenSceneGraph (OSG) for Android: the first attempt to build OSG, the search for OSG alternatives, and the success in building OSG.</p>
  42. <p><strong>First attempt to build OSG.</strong></p>
  43. <p>Having no prior knowledge of Android development, we grabbed the latest Android Studio and started doing beginner tutorials. We passed Java part pretty fast. Everything worked out of the box. Then came C++ part and related problems.. . .</p>
  44. </div>
  45. <div class="news_item_more">
  46. <a href="2016-october-recap.html">Continue reading</a>
  47. </div>
  48. </div>
  49. <div class="news_item">
  50. <h2 class="news_item_title">
  51. <a href="2016-tech-showcases.html">Technology showcases</a>
  52. </h2>
  53. <p class="news_item_date">
  54. 2016-10-31 00:00
  55. </p>
  56. <div class="news_item_contents">
  57. <p><img src="../../images/2016-10-31_tech-showcases.png" alt="Feature file in the background" /></p>
  58. <p>In this article, we take another look at 2015-2016 live sessions' format and introduce a new showcase format for 2017.</p>
  59. <p><strong>2015 and 2016: live sessions.</strong></p>
  60. <p>As you know, we use live sessions to show the state of our technology and create a small functional game from scratch. We have conducted four live sessions in the past year, which gave birth to the following small games:
  61. <table>
  62. <tr>
  63. <th><strong>№</strong></th>
  64. <th><strong>Created game</strong></th>
  65. <th><strong>Live session date</strong></th>. . .</p>
  66. </div>
  67. <div class="news_item_more">
  68. <a href="2016-tech-showcases.html">Continue reading</a>
  69. </div>
  70. </div>
  71. <div class="news_item">
  72. <h2 class="news_item_title">
  73. <a href="2016-september-recap.html">September 2016 recap</a>
  74. </h2>
  75. <p class="news_item_date">
  76. 2016-10-11 00:00
  77. </p>
  78. <div class="news_item_contents">
  79. <p><img src="../../images/2016-10-11_september-recap.png" alt="Mahjong created during live session" /></p>
  80. <p>This article explains September 2016 live session stages: draft, rehearsal, live session itself, and publishing.</p>
  81. <p>Even though live session takes only a few hours, we devote a whole month to prepare for it. Let's have a look at live session stages in detail.</p>
  82. <ol>
  83. <li><p><strong>Draft.</strong> Game creation for the first time.</p>
  84. <p>Purposes:</p>
  85. <ul>
  86. <li>test our technologies and fix major bugs;</li>
  87. <li>discover usability issues to fix in the next development iteration;</li>
  88. <li>list exact steps to reproduce the game later;. . .</li></ul></li>
  89. </ol>
  90. </div>
  91. <div class="news_item_more">
  92. <a href="2016-september-recap.html">Continue reading</a>
  93. </div>
  94. </div>
  95. <div class="news_item">
  96. <h2 class="news_item_title">
  97. <a href="ogs-editor-0.10.html">OGS Editor 0.10 and live session materials</a>
  98. </h2>
  99. <p class="news_item_date">
  100. 2016-10-03 00:00
  101. </p>
  102. <div class="news_item_contents">
  103. <p><img src="../../images/2016-10-03_ogs-editor-0.10.png" alt="OGS Editor with Mahjong game" /></p>
  104. <p>Note: we won't release 0.10 for macOS due to technical difficulties with the build system. macOS support will be back for 0.11.</p>
  105. <ul>
  106. <li><strong>OGS Editor 0.10</strong> <a href="https://sourceforge.net/projects/osrpgcreation/files/Editor/jenkins/51_2016-10-01_06-39-48_0.10.0/">is available at SourceForge</a>. Simply unpack the archive and launch the run script.</li>
  107. <li><strong>Mahjong Solitaire game</strong> <a href="https://sourceforge.net/projects/osrpgcreation/files/Games/MahjongSolitaire/">is available at SourceForge</a>, too. Simply unpack the archive and launch the run script.. . .</li>
  108. </ul>
  109. </div>
  110. <div class="news_item_more">
  111. <a href="ogs-editor-0.10.html">Continue reading</a>
  112. </div>
  113. </div>
  114. <div class="news_item">
  115. <h2 class="news_item_title">
  116. <a href="yesterdays-live-session-short-overview.html">A few words about live session yesterday</a>
  117. </h2>
  118. <p class="news_item_date">
  119. 2016-09-26 00:00
  120. </p>
  121. <div class="news_item_contents">
  122. <iframe width="560" height="315" src="https://www.youtube.com/embed/_t8TGhSgJG4" frameborder="0" allowfullscreen></iframe>
  123. <p>Mahjong Solitaire was successfully created, and it took less than 4 hours.</p>
  124. <p>We will publish live session materials later this week.</p>
  125. <p>Thank you for joining us.</p>
  126. <p>. . .</p>
  127. </div>
  128. <div class="news_item_more">
  129. <a href="yesterdays-live-session-short-overview.html">Continue reading</a>
  130. </div>
  131. </div>
  132. <div class="news_item">
  133. <h2 class="news_item_title">
  134. <a href="september-live-session-announcement-tomorrow.html">Live session is in 24 hours</a>
  135. </h2>
  136. <p class="news_item_date">
  137. 2016-09-24 00:00
  138. </p>
  139. <div class="news_item_contents">
  140. <iframe width="560" height="315" src="https://www.youtube.com/embed/Fj4yHG-mV1U" frameborder="0" allowfullscreen></iframe>
  141. <p>Get ready for <a href="https://www.livecoding.tv/kornerr">live session</a>, it's about to happen in 24 hours!</p>
  142. <p>. . .</p>
  143. </div>
  144. <div class="news_item_more">
  145. <a href="september-live-session-announcement-tomorrow.html">Continue reading</a>
  146. </div>
  147. </div>
  148. <div class="news_item">
  149. <h2 class="news_item_title">
  150. <a href="september-live-session-announcement.html">Live session: 25 September 2016</a>
  151. </h2>
  152. <p class="news_item_date">
  153. 2016-09-17 00:00
  154. </p>
  155. <div class="news_item_contents">
  156. <iframe width="560" height="315" src="https://www.youtube.com/embed/Y5hOGKcQ8wA" frameborder="0" allowfullscreen></iframe>
  157. <p>We will hold <a href="https://www.livecoding.tv/kornerr">live session</a> on <a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio+September+2016+live+session&iso=20160925T12&p1=37&ah=2">25 September 2016 at 12:00 CEST</a>
  158. It's time to create simple Mahjong solitaire game.</p>
  159. <p>. . .</p>
  160. </div>
  161. <div class="news_item_more">
  162. <a href="september-live-session-announcement.html">Continue reading</a>
  163. </div>
  164. </div>
  165. <div class="news_item">
  166. <h2 class="news_item_title">
  167. <a href="2016-august-recap.html">August 2016 recap</a>
  168. </h2>
  169. <p class="news_item_date">
  170. 2016-09-03 00:00
  171. </p>
  172. <div class="news_item_contents">
  173. <p><img src="../../images/2016-09-03_august-recap.png" alt="OGS Editor with a spherical scene node" /></p>
  174. <p>This article explains the most important technical details about development in August: UIQt module, its refactoring, a new feature based development approach, and its benefits.</p>
  175. <p><strong>UIQt module</strong> is a collection of UI components backed by Qt. We only use it for Editor UI at the moment.</p>
  176. <p>Here is a list of UIQt module components with their description and current code size:<table>
  177. <tr>
  178. <th><strong>№</strong></th>
  179. <th><strong>Component</strong></th>
  180. <th><strong>Description</strong></th>. . .</p>
  181. </div>
  182. <div class="news_item_more">
  183. <a href="2016-august-recap.html">Continue reading</a>
  184. </div>
  185. </div>
  186. <div class="news_item">
  187. <h2 class="news_item_title">
  188. <a href="back-to-social-networks.html">We’re back to social networks</a>
  189. </h2>
  190. <p class="news_item_date">
  191. 2016-08-18 00:00
  192. </p>
  193. <div class="news_item_contents">
  194. <p>If you follow us on <a href="https://www.facebook.com/groups/162611230470183/">Facebook</a>, <a href="https://twitter.com/OpenGameStudio">Twitter</a>, or <a href="https://new.vk.com/opengamestudo">VK</a> you noticed we started to use them again. That's no coincidence: we're finally ready to communicate our progress verbally after 4 years of almost silent development.</p>
  195. <p>Follow us to stay up-to-date!</p>
  196. <p>. . .</p>
  197. </div>
  198. <div class="news_item_more">
  199. <a href="back-to-social-networks.html">Continue reading</a>
  200. </div>
  201. </div>
  202. <p class="pagination_title">Page 5 of 8</p>
  203. <p>
  204. <a href="index4.html">« Newer</a>
  205. <a href="index6.html">Older »</a>
  206. </p>
  207. <div id="footer">
  208. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  209. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  210. </div>
  211. </center>
  212. </body>
  213. </html>