No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

257 líneas
10KB

  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. a
  61. {
  62. color: #3A91CB;
  63. }
  64. table
  65. {
  66. border-collapse: collapse;
  67. }
  68. table, th, td
  69. {
  70. border: 1px solid #aaa;
  71. padding: 0.5em;
  72. margin-top: 0.5em;
  73. margin-bottom: 0.5em;
  74. }
  75. </style>
  76. </head>
  77. <body>
  78. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  79. <div id="header">
  80. <strong id="title">Open Game Studio</strong>
  81. <a href="../../en/news/index.html">News</a>
  82. <a href="../../en/game/index.html">Games</a>
  83. <a href="../../en/tool/index.html">Tools</a>
  84. <a href="../../en/page/about.html">About</a>
  85. <div id="lang">
  86. <a href="../../en/news/index2.html">EN</a>
  87. <a href="../../ru/news/index2.html">RU</a>
  88. </div>
  89. </div>
  90. <center>
  91. <h1>News</h1>
  92. <div class="news_item">
  93. <h2 class="news_item_title">
  94. <a href="examples-and-dependencies.html">Examples and dependencies</a>
  95. </h2>
  96. <p class="news_item_date">
  97. 2018-08-21 00:00
  98. </p>
  99. <div class="news_item_contents">
  100. <p><img src="../../images/2018-08-21-examples-and-dependencies.png" alt="Cloud" /></p>
  101. <p>This article describes two new OpenSceneGraph cross-platform examples and the change in handling dependencies.</p>
  102. <p><strong>Examples of HTTP client and node selection</strong></p>
  103. <p>Once we finished working on <a href="https://github.com/OGStudio/openscenegraph-cross-platform-examples/tree/master/04.RemoteDebugging">the remote debugging example</a> and <a href="example-driven-development.html">reported its completion</a>, we were surprised by the fact that secure HTTP connection between a debugged application and debug broker was only working in the web version of the example. Desktop and mobile versions only worked with insecure HTTP.. . .</p>
  104. </div>
  105. <div class="news_item_more">
  106. <a href="examples-and-dependencies.html">Continue reading</a>
  107. </div>
  108. </div>
  109. <div class="news_item">
  110. <h2 class="news_item_title">
  111. <a href="example-driven-development.html">Example-driven development</a>
  112. </h2>
  113. <p class="news_item_date">
  114. 2018-06-27 00:00
  115. </p>
  116. <div class="news_item_contents">
  117. <p><img src="../../images/2018-06-27-example-driven-development.png" alt="Debug broker" /></p>
  118. <p>This article explains how the third OpenSceneGraph cross-platform example opened our eyes to example-driven development.</p>
  119. <p><strong>2018-08 EDIT</strong>: the third example has been renamed to the fourth one due to the reasons described in the <a href="examples-and-dependencies.html">next article</a>.. . .</p>
  120. </div>
  121. <div class="news_item_more">
  122. <a href="example-driven-development.html">Continue reading</a>
  123. </div>
  124. </div>
  125. <div class="news_item">
  126. <h2 class="news_item_title">
  127. <a href="openscenegraph-examples.html">OpenSceneGraph cross-platform examples</a>
  128. </h2>
  129. <p class="news_item_date">
  130. 2018-04-20 00:00
  131. </p>
  132. <div class="news_item_contents">
  133. <p><img src="../../images/2018-04-20-openscenegraph-examples.png" alt="iOS Simulator renders a cube" /></p>
  134. <p>This article summarizes the work we did to produce the first two cross-platform OpenSceneGraph examples.</p>
  135. <p>By the time <a href="mahjong-techdemo1-gameplay.html">the first technology demonstration of OGS Mahjong 2</a> has been released, we've already had <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/issues/4">issue request</a> (to explain how to load images with OpenSceneGraph on Android) hanging for some time. We considered creating a new tutorial for <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide">OpenSceneGraph cross-platform guide</a> at first. However, we realized that it's time-consuming and excessive for such a tiny topic (compared to what an average game has) as image loading. We decided to continue sharing our knowledge in the form of concrete examples. That's how <a href="https://github.com/OGStudio/openscenegraph-cross-platform-examples">OpenSceneGraph cross-platform examples</a> were born.. . .</p>
  136. </div>
  137. <div class="news_item_more">
  138. <a href="openscenegraph-examples.html">Continue reading</a>
  139. </div>
  140. </div>
  141. <div class="news_item">
  142. <h2 class="news_item_title">
  143. <a href="mahjong-techdemo1-gameplay.html">First techdemo of OGS Mahjong 2: Gameplay</a>
  144. </h2>
  145. <p class="news_item_date">
  146. 2018-02-16 00:00
  147. </p>
  148. <div class="news_item_contents">
  149. <p><img src="../../images/2018-02-16-mahjong-techdemo1-gameplay.png" alt="End of a Mahjong party" /></p>
  150. <p>We are glad to announce the release of the first technical demonstration of OGS Mahjong 2. The purpose of this release was to verify gameplay across supported platforms.. . .</p>
  151. </div>
  152. <div class="news_item_more">
  153. <a href="mahjong-techdemo1-gameplay.html">Continue reading</a>
  154. </div>
  155. </div>
  156. <div class="news_item">
  157. <h2 class="news_item_title">
  158. <a href="mahjong-recreation-start.html">Mahjong recreation start</a>
  159. </h2>
  160. <p class="news_item_date">
  161. 2018-01-26 00:00
  162. </p>
  163. <div class="news_item_contents">
  164. <p><img src="../../images/2018-01-26-mahjong-recreation-start.png" alt="Spherical tiles in a Mahjong layout" /></p>
  165. <p>This article describes the start of Mahjong game recreation.</p>
  166. <p><strong>Plan</strong></p>
  167. <p>We started Mahjong recreation endeavour by composing a brief plan to get gameplay with minimal graphics:. . .</p>
  168. </div>
  169. <div class="news_item_more">
  170. <a href="mahjong-recreation-start.html">Continue reading</a>
  171. </div>
  172. </div>
  173. <div class="news_item">
  174. <h2 class="news_item_title">
  175. <a href="the-year-of-lessons.html">The year of lessons</a>
  176. </h2>
  177. <p class="news_item_date">
  178. 2017-12-31 22:00
  179. </p>
  180. <div class="news_item_contents">
  181. <p><img src="../../images/2017-12-31-celebration.jpg" alt="Sparkler" /></p>
  182. <p>So, the year 2017 is approaching its finale, the year's results have already been summed up. We're going to take a break from igniting the fireworks or preparation of the champagne so that we can designate our goal for the following year.. . .</p>
  183. </div>
  184. <div class="news_item_more">
  185. <a href="the-year-of-lessons.html">Continue reading</a>
  186. </div>
  187. </div>
  188. <div class="news_item">
  189. <h2 class="news_item_title">
  190. <a href="2017-summary.html">2017 summary</a>
  191. </h2>
  192. <p class="news_item_date">
  193. 2017-11-22 00:00
  194. </p>
  195. <div class="news_item_contents">
  196. <p><img src="../../images/2017-11-22-2017-summary.png" alt="Memory game in the background" /></p>
  197. <p>It's time to step back to see our accomplishments in 2017 and how they connect to the overall goal of Opensource Game Studio project.</p>
  198. <p><strong>Brief history</strong>. . .</p>
  199. </div>
  200. <div class="news_item_more">
  201. <a href="2017-summary.html">Continue reading</a>
  202. </div>
  203. </div>
  204. <div class="news_item">
  205. <h2 class="news_item_title">
  206. <a href="back-to-the-static.html">Back to the Static</a>
  207. </h2>
  208. <p class="news_item_date">
  209. 2017-10-16 00:00
  210. </p>
  211. <div class="news_item_contents">
  212. <p><img src="../../images/2017-10-16-back-to-the-static.png" alt="Static and dynamic unite" /></p>
  213. <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>
  214. </div>
  215. <div class="news_item_more">
  216. <a href="back-to-the-static.html">Continue reading</a>
  217. </div>
  218. </div>
  219. <div class="news_item">
  220. <h2 class="news_item_title">
  221. <a href="mjin-world-birth.html">The birth of MJIN world</a>
  222. </h2>
  223. <p class="news_item_date">
  224. 2017-09-10 00:00
  225. </p>
  226. <div class="news_item_contents">
  227. <p><img src="../../images/2017-09-mjin-world-birth.png" alt="An explosion giving birth to something new" /></p>
  228. <p>This article describes the birth of MJIN world in August 2017.</p>
  229. <p><strong>mjin-player</strong></p>
  230. <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>
  231. </div>
  232. <div class="news_item_more">
  233. <a href="mjin-world-birth.html">Continue reading</a>
  234. </div>
  235. </div>
  236. <p class="pagination_title">Page 2 of 7</p>
  237. <p>
  238. <a href="index.html">« Newer</a>
  239. <a href="index3.html">Older »</a>
  240. </p>
  241. <div id="footer">
  242. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  243. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  244. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  245. </div>
  246. </center>
  247. </body>
  248. </html>