Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

161 Zeilen
7.0KB

  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 - News</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. <!-- /#posts-list -->
  75. <div class="pagination-centered">
  76. <h6 class="subheader">Page 1 of 1</h6>
  77. <p>
  78. </p>
  79. </div>
  80. </div>
  81. <!-- End Main Content -->
  82. <!-- Sidebar -->
  83. <aside class="large-3 columns">
  84. <!--k
  85. <h5 class="sidebar-title">Site</h5>
  86. <ul class="side-nav">
  87. <li><a href="https://ogstudio.github.io/archives.html">Archives</a>
  88. <li><a href="https://ogstudio.github.io/tags.html">Tags</a>
  89. <li><a href="https://ogstudio.github.io/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  90. </ul>
  91. <h5 class="sidebar-title">Categories</h5>
  92. <ul class="side-nav">
  93. <li><a href="https://ogstudio.github.io/category/news.html">News</a></li>
  94. <li><a href="https://ogstudio.github.io/category/review.html">Review</a></li>
  95. </ul>
  96. -->
  97. <h5 class="sidebar-title">Projects</h5>
  98. <ul class="side-nav">
  99. <li><a href="/pages/ogs-mahjong.html">OGS Mahjong</a></li>
  100. <li><a href="/pages/ogs-editor.html">OGS Editor</a></li>
  101. <li><a href="/pages/openscenegraph-guide.html">OpenSceneGraph guide</a></li>
  102. </ul>
  103. </aside> <!-- End Sidebar -->
  104. </div> <!-- End Main Content and Sidebar -->
  105. <!-- Footer -->
  106. <footer class="row">
  107. <div class="large-12 columns">
  108. <hr />
  109. <div class="row">
  110. <div class="large-7 columns">
  111. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  112. </div>
  113. </div>
  114. </div>
  115. </footer>