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.

261 lines
11KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #2BA6E3;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #lang
  19. {
  20. float: right;
  21. }
  22. .news_item
  23. {
  24. background: #FFFFFF;
  25. width: 720px;
  26. padding: 1em;
  27. margin-top: 2em;
  28. margin-bottom: 2em;
  29. border: 1px solid #E0E0E0;
  30. text-align: left;
  31. }
  32. .news_item_contents
  33. {
  34. color: #444;
  35. line-height: 1.5em;
  36. }
  37. .news_item_date
  38. {
  39. margin-bottom: 2em;
  40. color: #aaa;
  41. }
  42. html
  43. {
  44. font-family: sans-serif;
  45. }
  46. body
  47. {
  48. background: #FAFAFA;
  49. }
  50. code, pre
  51. {
  52. font-family: monospace, serif;
  53. font-size: 1em;
  54. color: #7f0a0c;
  55. }
  56. img
  57. {
  58. width: 720px;
  59. }
  60. .mobile
  61. {
  62. width: 320px;
  63. }
  64. a
  65. {
  66. color: #3A91CB;
  67. }
  68. table
  69. {
  70. border-collapse: collapse;
  71. }
  72. table, th, td
  73. {
  74. border: 1px solid #aaa;
  75. padding: 0.5em;
  76. margin-top: 0.5em;
  77. margin-bottom: 0.5em;
  78. }
  79. </style>
  80. </head>
  81. <body>
  82. <div id="header">
  83. <strong id="title">Open Game Studio</strong>
  84. <a href="../../en/news/index.html">News</a>
  85. <a href="../../en/game/index.html">Games</a>
  86. <a href="../../en/tool/index.html">Tools</a>
  87. <a href="../../en/page/about.html">About</a>
  88. <div id="lang">
  89. <a href="../../en/news/index3.html">EN</a>
  90. <a href="../../ru/news/index3.html">RU</a>
  91. </div>
  92. </div>
  93. <center>
  94. <h1>News</h1>
  95. <div class="news_item">
  96. <h2 class="news_item_title">
  97. <a href="scripting-research.html">Scripting research</a>
  98. </h2>
  99. <p class="news_item_date">
  100. 2017-08-16 00:00
  101. </p>
  102. <div class="news_item_contents">
  103. <p><img src="../../images/2017-08-scripting-research.png" alt="Textbook with a text" /></p>
  104. <p>This article describes scripting research in July 2017.</p>
  105. <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>
  106. </div>
  107. <div class="news_item_more">
  108. <a href="scripting-research.html">Continue reading</a>
  109. </div>
  110. </div>
  111. <div class="news_item">
  112. <h2 class="news_item_title">
  113. <a href="openscenegraph-cross-platform-guide.html">OpenSceneGraph cross-platform guide</a>
  114. </h2>
  115. <p class="news_item_date">
  116. 2017-07-17 00:00
  117. </p>
  118. <div class="news_item_contents">
  119. <p><img src="../../images/2017-07-openscenegraph-guide.png" alt="OpenSceneGraph sample application in desktop and mobile" /></p>
  120. <p>This article summarizes the work we did to produce OpenSceneGraph cross-platform guide.</p>
  121. <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>
  122. </div>
  123. <div class="news_item_more">
  124. <a href="openscenegraph-cross-platform-guide.html">Continue reading</a>
  125. </div>
  126. </div>
  127. <div class="news_item">
  128. <h2 class="news_item_title">
  129. <a href="ios-tutorial.html">iOS tutorial</a>
  130. </h2>
  131. <p class="news_item_date">
  132. 2017-06-08 10:00
  133. </p>
  134. <div class="news_item_contents">
  135. <p><img src="../../images/2017-06-08-ios-refactoring.png" alt="Earth and a rocket" /></p>
  136. <p>This article describes problems we faced during the creation of iOS tutorial in May 2017.</p>
  137. <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>
  138. </div>
  139. <div class="news_item_more">
  140. <a href="ios-tutorial.html">Continue reading</a>
  141. </div>
  142. </div>
  143. <div class="news_item">
  144. <h2 class="news_item_title">
  145. <a href="osg-sample.html">OpenSceneGraph sample</a>
  146. </h2>
  147. <p class="news_item_date">
  148. 2017-05-12 00:00
  149. </p>
  150. <div class="news_item_contents">
  151. <p><img src="../../images/2017-05_osg-sample.png" alt="Rocket in the distance" /></p>
  152. <p>This article describes creation of the tutorials for building sample OpenSceneGraph application under Linux, macOS, Windows, and Android in April 2017.</p>
  153. <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>
  154. </div>
  155. <div class="news_item_more">
  156. <a href="osg-sample.html">Continue reading</a>
  157. </div>
  158. </div>
  159. <div class="news_item">
  160. <h2 class="news_item_title">
  161. <a href="its-all-fine.html">It's all fine</a>
  162. </h2>
  163. <p class="news_item_date">
  164. 2017-04-07 00:00
  165. </p>
  166. <div class="news_item_contents">
  167. <p><img src="../../images/2017-04_its-all-fine.png" alt="Flight of a rocket" /></p>
  168. <p>This article describes creation of the first four OpenSceneGraph tutorials in March 2017.</p>
  169. <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>
  170. </div>
  171. <div class="news_item_more">
  172. <a href="its-all-fine.html">Continue reading</a>
  173. </div>
  174. </div>
  175. <div class="news_item">
  176. <h2 class="news_item_title">
  177. <a href="lets-go.html">Let's go</a>
  178. </h2>
  179. <p class="news_item_date">
  180. 2017-03-16 00:00
  181. </p>
  182. <div class="news_item_contents">
  183. <p><img src="../../images/2017-03_lets-go.png" alt="Gagarin's words" /></p>
  184. <p>In this article we describe our progress in January and February of 2017: rendering under iOS/Web and a new tutorial tool.</p>
  185. <p><strong>Rendering under iOS/Web</strong></p>
  186. <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>
  187. </div>
  188. <div class="news_item_more">
  189. <a href="lets-go.html">Continue reading</a>
  190. </div>
  191. </div>
  192. <div class="news_item">
  193. <h2 class="news_item_title">
  194. <a href="the-year-of-challenges.html">The year of challenges</a>
  195. </h2>
  196. <p class="news_item_date">
  197. 2017-01-25 00:00
  198. </p>
  199. <div class="news_item_contents">
  200. <p><img src="../../images/2017-01_the-year-of-challenges.png" alt="Rocket launch at Baikonur" /></p>
  201. <p>This article describes our plans for 2017.</p>
  202. <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>
  203. </div>
  204. <div class="news_item_more">
  205. <a href="the-year-of-challenges.html">Continue reading</a>
  206. </div>
  207. </div>
  208. <div class="news_item">
  209. <h2 class="news_item_title">
  210. <a href="2017-happy-new-year.html">Happy 2017</a>
  211. </h2>
  212. <p class="news_item_date">
  213. 2016-12-31 00:00
  214. </p>
  215. <div class="news_item_contents">
  216. <p><img src="../../images/2016-12-31_happy-new-year.png" alt="Christmas tree" /></p>
  217. <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>
  218. <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>
  219. </div>
  220. <div class="news_item_more">
  221. <a href="2017-happy-new-year.html">Continue reading</a>
  222. </div>
  223. </div>
  224. <div class="news_item">
  225. <h2 class="news_item_title">
  226. <a href="2016-november-recap.html">November 2016 recap</a>
  227. </h2>
  228. <p class="news_item_date">
  229. 2016-12-15 00:00
  230. </p>
  231. <div class="news_item_contents">
  232. <p><img src="../../images/2016-12-15_2016-november-recap.png" alt="Construction of a building" /></p>
  233. <p>This article describes the start of MJIN library separation into modules.</p>
  234. <p>Once we built OpenSceneGraph for Android, it became obvious that some MJIN functionality is not suitable for Android. For example, UIQt provides a basis for OGS Editor UI. Since OGS Editor is a desktop application, we don't need UIQt for Android.. . .</p>
  235. </div>
  236. <div class="news_item_more">
  237. <a href="2016-november-recap.html">Continue reading</a>
  238. </div>
  239. </div>
  240. <p class="pagination_title">Page 3 of 7</p>
  241. <p>
  242. <a href="index2.html">« Newer</a>
  243. <a href="index4.html">Older »</a>
  244. </p>
  245. <div id="footer">
  246. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  247. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  248. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  249. </div>
  250. </center>
  251. </body>
  252. </html>