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.

307 lines
12KB

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <!-- Set the viewport width to device width for mobile -->
  5. <meta name="viewport" content="width=device-width" />
  6. <title>Opensource Game Studio</title>
  7. <link rel="stylesheet" href="https://ogstudio.github.io/theme/css/normalize.css" />
  8. <link rel="stylesheet" href="https://ogstudio.github.io/theme/css/foundation.min.css" />
  9. <link rel="stylesheet" href="https://ogstudio.github.io/theme/css/style.css" />
  10. <link rel="stylesheet" href="https://ogstudio.github.io/theme/css/pygments.css" />
  11. <script src="https://ogstudio.github.io/theme/js/custom.modernizr.js"></script>
  12. <!-- So Firefox can bookmark->"abo this site" -->
  13. <link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
  14. </head>
  15. <body>
  16. <!-- Nav Bar -->
  17. <nav>
  18. <!-- Show menu items and pages -->
  19. <div class="row">
  20. <div class="large-12 columns top-bar">
  21. <h1><a href="https://ogstudio.github.io">Opensource Game Studio</a></h1>
  22. </div>
  23. </div>
  24. <div class="row top-menu">
  25. <div class="large-12 columns">
  26. <a href="/pages/projects.html" class="menu-button secondary">Projects</a>
  27. <a href="/pages/about.html" class="menu-button secondary">About</a>
  28. </div>
  29. </div>
  30. </nav>
  31. <!-- End Nav -->
  32. <!-- Main Page Content and Sidebar -->
  33. <div class="row">
  34. <!-- Main Blog Content -->
  35. <div class="large-9 columns">
  36. <article>
  37. <a href="https://ogstudio.github.io/openscenegraph-cross-platform-guide.html"><h3 class="article-title">OpenSceneGraph cross-platform guide</h3></a>
  38. <h6 class="subheader" title="2017-07-01T00:00:00+07:00">Sat 01 July 2017
  39. <a class="button secondary small translation-button" href="https://ogstudio.github.io/openscenegraph-cross-platform-guide-ru.html">ru</a>
  40. </h6><p><img alt="OpenSceneGraph guide" src="https://ogstudio.github.io/2017-07-openscenegraph-guide.png"></p>
  41. <p>This article summarizes the work we did to produce OpenSceneGraph cross-platform guide.</p>
  42. <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.
  43. In case you missed it, here's a <a href="https://ogstudio.github.io/openscenegraph-cross-platform-guide/">link to the final application</a>. Open it in your web browser.</p>
  44. <p>We started to compose the guide in February when we successfully managed to render a simple model on mobile and web.
  45. We spent 120 hours in five months to produce ten tutorials of the guide.</p>
  46. <p>We have been doing OpenSceneGraph cross-platform guide for two main reasons:</p>
  47. <ol>
  48. <li>Keep OpenSceneGraph cross-platform knowledge in easily accessible and reproducible form</li>
  49. <li>Share the knowledge with OpenSceneGraph community to make it stronger</li>
  50. </ol>
  51. <p>We believe we succeeded in both. Here's why:</p>
  52. <ol>
  53. <li>The guide repository has more <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/stargazers">stars</a> (aka "likes") than any other repository of ours</li>
  54. <li>OpenSceneGraph project leader Robert Osfield said <a href="http://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg74815.html">"Great work"</a>, which means a lot</li>
  55. <li>The guide already has <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/issues">two issues</a></li>
  56. </ol>
  57. <p>Reaching our goal of researching OpenSceneGraph cross-platform development and providing the knowledge back to the community just made us happier.</p>
  58. <p>However, our journey does not stop here. Using the knowledge of the guide, we now continue to work on bringing our tools to support mobile and web, just as we <a href="http://opengamestudio.org/lang/en/news/2456">promised in January</a>.</p>
  59. <p>That's it for summarizing the work we did to produce OpenSceneGraph cross-platform guide.</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/news.html">News</a>
  60. </p>
  61. </article>
  62. <hr class="gradient"/>
  63. <article>
  64. <a href="https://ogstudio.github.io/ios-tutorial.html"><h3 class="article-title">iOS tutorial</h3></a>
  65. <h6 class="subheader" title="2017-06-08T10:00:00+07:00">Thu 08 June 2017
  66. <a class="button secondary small translation-button" href="https://ogstudio.github.io/ios-tutorial-ru.html">ru</a>
  67. </h6><p><img alt="iOS tutorial" src="https://ogstudio.github.io/2017-06-08-ios-refactoring.png"></p>
  68. <p>This article describes problems we faced during the creation of iOS tutorial in May 2017.</p>
  69. <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 …</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/news.html">News</a>
  70. </p>
  71. <a class="button radius secondary small right" href="https://ogstudio.github.io/ios-tutorial.html">Read More</a>
  72. <hr class="gradient"/>
  73. </article>
  74. <article>
  75. <a href="https://ogstudio.github.io/pelican-review.html"><h3 class="article-title">Pelican review</h3></a>
  76. <h6 class="subheader" title="2017-06-03T22:00:00+07:00">Sat 03 June 2017
  77. <a class="button secondary small translation-button" href="https://ogstudio.github.io/pelican-review-ru.html">ru</a>
  78. </h6><p>So far so nice. Pelican is really cool, and provides a quick starting guided
  79. to get up and running real fast.</p>
  80. <p>Much more smooth than Jekyll.</p>
  81. <p>I &lt;3 Python and its ecosystem. Something is just EASIER in Python.</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  82. </p>
  83. <a class="button radius secondary small right" href="https://ogstudio.github.io/pelican-review.html">Read More</a>
  84. <hr class="gradient"/>
  85. </article>
  86. <article>
  87. <a href="https://ogstudio.github.io/keyboard-review.html"><h3 class="article-title">My first review</h3></a>
  88. <h6 class="subheader" title="2017-06-01T10:20:00+07:00">Thu 01 June 2017
  89. <a class="button secondary small translation-button" href="https://ogstudio.github.io/keyboard-review-ru.html">ru</a>
  90. </h6><p>Here is a full review, guys.</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  91. </p>
  92. <a class="button radius secondary small right" href="https://ogstudio.github.io/keyboard-review.html">Read More</a>
  93. <hr class="gradient"/>
  94. </article>
  95. <article>
  96. <a href="https://ogstudio.github.io/kr10.html"><h3 class="article-title">kr10</h3></a>
  97. <h6 class="subheader" title="2017-01-01T10:04:00+07:00">Sun 01 January 2017
  98. <a class="button secondary small translation-button" href="https://ogstudio.github.io/kr10-ru.html">ru</a>
  99. </h6><p>kr10</p>
  100. <p>LANG: en</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  101. </p>
  102. <a class="button radius secondary small right" href="https://ogstudio.github.io/kr10.html">Read More</a>
  103. <hr class="gradient"/>
  104. </article>
  105. <article>
  106. <a href="https://ogstudio.github.io/kr9.html"><h3 class="article-title">kr9</h3></a>
  107. <h6 class="subheader" title="2017-01-01T09:04:00+07:00">Sun 01 January 2017
  108. <a class="button secondary small translation-button" href="https://ogstudio.github.io/kr9-ru.html">ru</a>
  109. </h6><p>kr9</p>
  110. <p>LANG: en</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  111. </p>
  112. <a class="button radius secondary small right" href="https://ogstudio.github.io/kr9.html">Read More</a>
  113. <hr class="gradient"/>
  114. </article>
  115. <article>
  116. <a href="https://ogstudio.github.io/kr8.html"><h3 class="article-title">kr8</h3></a>
  117. <h6 class="subheader" title="2017-01-01T08:04:00+07:00">Sun 01 January 2017
  118. <a class="button secondary small translation-button" href="https://ogstudio.github.io/kr8-ru.html">ru</a>
  119. </h6><p>kr8</p>
  120. <p>LANG: en</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  121. </p>
  122. <a class="button radius secondary small right" href="https://ogstudio.github.io/kr8.html">Read More</a>
  123. <hr class="gradient"/>
  124. </article>
  125. <article>
  126. <a href="https://ogstudio.github.io/kr7.html"><h3 class="article-title">kr7</h3></a>
  127. <h6 class="subheader" title="2017-01-01T07:04:00+07:00">Sun 01 January 2017
  128. <a class="button secondary small translation-button" href="https://ogstudio.github.io/kr7-ru.html">ru</a>
  129. </h6><p>kr7</p>
  130. <p>LANG: en</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  131. </p>
  132. <a class="button radius secondary small right" href="https://ogstudio.github.io/kr7.html">Read More</a>
  133. <hr class="gradient"/>
  134. </article>
  135. <article>
  136. <a href="https://ogstudio.github.io/kr6.html"><h3 class="article-title">kr6</h3></a>
  137. <h6 class="subheader" title="2017-01-01T06:04:00+07:00">Sun 01 January 2017
  138. <a class="button secondary small translation-button" href="https://ogstudio.github.io/kr6-ru.html">ru</a>
  139. </h6><p>kr6</p>
  140. <p>LANG: en</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  141. </p>
  142. <a class="button radius secondary small right" href="https://ogstudio.github.io/kr6.html">Read More</a>
  143. <hr class="gradient"/>
  144. </article>
  145. <article>
  146. <a href="https://ogstudio.github.io/kr5.html"><h3 class="article-title">kr5</h3></a>
  147. <h6 class="subheader" title="2017-01-01T05:04:00+07:00">Sun 01 January 2017
  148. <a class="button secondary small translation-button" href="https://ogstudio.github.io/kr5-ru.html">ru</a>
  149. </h6><p>kr5</p>
  150. <p>LANG: en</p><p class="subheader">Category: <a href="https://ogstudio.github.io/category/review.html">Review</a>
  151. </p>
  152. <a class="button radius secondary small right" href="https://ogstudio.github.io/kr5.html">Read More</a>
  153. <hr class="gradient"/>
  154. </article>
  155. <!-- /#posts-list -->
  156. <div class="pagination-centered">
  157. <h6 class="subheader">Page 1 of 2</h6>
  158. <p>
  159. <a href="https://ogstudio.github.io/index2.html">Next &raquo;</a>
  160. </p>
  161. </div>
  162. </div>
  163. <!-- End Main Content -->
  164. <!-- Sidebar -->
  165. <aside class="large-3 columns">
  166. <!--k
  167. <h5 class="sidebar-title">Site</h5>
  168. <ul class="side-nav">
  169. <li><a href="https://ogstudio.github.io/archives.html">Archives</a>
  170. <li><a href="https://ogstudio.github.io/tags.html">Tags</a>
  171. <li><a href="https://ogstudio.github.io/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  172. </ul>
  173. <h5 class="sidebar-title">Categories</h5>
  174. <ul class="side-nav">
  175. <li><a href="https://ogstudio.github.io/category/news.html">News</a></li>
  176. <li><a href="https://ogstudio.github.io/category/review.html">Review</a></li>
  177. </ul>
  178. -->
  179. <h5 class="sidebar-title">Projects</h5>
  180. <ul class="side-nav">
  181. <li><a href="/pages/ogs-mahjong.html">OGS Mahjong</a></li>
  182. <li><a href="/pages/ogs-editor.html">OGS Editor</a></li>
  183. <li><a href="/pages/openscenegraph-guide.html">OpenSceneGraph guide</a></li>
  184. </ul>
  185. </aside> <!-- End Sidebar -->
  186. </div> <!-- End Main Content and Sidebar -->
  187. <!-- Footer -->
  188. <footer class="row">
  189. <div class="large-12 columns">
  190. <hr />
  191. <div class="row">
  192. <div class="large-7 columns">
  193. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  194. </div>
  195. </div>
  196. </div>
  197. </footer>