25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

82 satır
5.0KB

  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/openscenegraph-cross-platform-guide.html">EN</a>
  14. <a href="../../ru/news/openscenegraph-cross-platform-guide.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://discord.gg/3A6THQabNf">
  25. <img src="../../images/discord.png"></img>
  26. </a>
  27. <div class="clear"></div>
  28. </div>
  29. </div>
  30. <h3 class="left_item_title">In the news...</h3>
  31. <center>
  32. <div class="news_item">
  33. <h2 class="news_item_title">
  34. <a href="openscenegraph-cross-platform-guide.html">OpenSceneGraph cross-platform guide</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2017-07-17 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2017-07-openscenegraph-guide.png" alt="OpenSceneGraph sample application in desktop and mobile" /></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. We spent 120 hours in five months to produce ten tutorials of the guide.</p>
  45. <p>We have been doing OpenSceneGraph cross-platform guide for two main reasons:</p>
  46. <ol>
  47. <li>Keep OpenSceneGraph cross-platform knowledge in easily accessible and reproducible form</li>
  48. <li>Share the knowledge with OpenSceneGraph community to make it stronger</li>
  49. </ol>
  50. <p>We believe we succeeded in both. Here's why:</p>
  51. <ol>
  52. <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>
  53. <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>
  54. <li>The guide already has <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/issues">two issues</a></li>
  55. </ol>
  56. <p>Reaching our goal of researching OpenSceneGraph cross-platform development and providing the knowledge back to the community just made us happier.</p>
  57. <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="the-year-of-challenges.html">promised in January</a>.</p>
  58. <p>That's it for summarizing the work we did to produce OpenSceneGraph cross-platform guide.</p>
  59. </div>
  60. </div>
  61. <div id="disqus_thread"></div>
  62. <script>
  63. var disqus_config = function () {
  64. this.page.url = "https://opengamestudio.org/en/news/openscenegraph-cross-platform-guide.html";
  65. this.page.identifier = "openscenegraph-cross-platform-guide.html";
  66. };
  67. (function() { // DON'T EDIT BELOW THIS LINE
  68. var d = document, s = d.createElement('script');
  69. s.src = 'https://opengamestudio.disqus.com/embed.js';
  70. s.setAttribute('data-timestamp', +new Date());
  71. (d.head || d.body).appendChild(s);
  72. })();
  73. </script>
  74. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  75. <div id="footer">
  76. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  77. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  78. </div>
  79. </center>
  80. </body>
  81. </html>