Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

88 lines
5.4KB

  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/lets-go.html">EN</a>
  14. <a href="../../ru/news/lets-go.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="lets-go.html">Let's go</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2017-03-16 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2017-03_lets-go.png" alt="Gagarin's words" /></p>
  41. <p>In this article we describe our progress in January and February of 2017: rendering under iOS/Web and a new tutorial tool.</p>
  42. <p><strong>Rendering under iOS/Web</strong></p>
  43. <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>
  44. <p>Since it took us about four months to get to mobile and web platforms, we decided to share our knowledge and help OpenSceneGraph community with a guide that shows how to use OpenSceneGraph on desktop, mobile, and web. We believe the more widespread OpenSceneGraph is, the stronger our technology becomes. As Isaac Newton said, "If I have seen further, it is by standing on the shoulders of giants." OpenSceneGraph is our giant.</p>
  45. <p><strong>Tutorial tool</strong></p>
  46. <p>Having conducted four live sessions before, it was clear the guide needs videos depicting every nuance. However, bare video alone is only good for showing what to do and not for explaining why do it in a certain way. That's why we decided to combine video with text in the forms of video subtitles and separate articles.</p>
  47. <p>To combine text and video, we first tried <a href="http://openshotvideo.com">OpenShot</a>. It worked well, but we quickly saw its limitations:</p>
  48. <ul>
  49. <li>Too much time is spent on adjusting time frames and animations</li>
  50. <li>Project file and original resources are hard to track with VCS</li>
  51. </ul>
  52. <p>Since OpenSceneGraph cross-platform guide would consist of several tutorials, we decided to automate the process. Brief research revealed a great multimedia framework called <a href="http://mltframework.org">MLT</a>, which powers OpenShot itself. With MLT we got our tutorial tool in no time.</p>
  53. <p>Currently, the tutorial tool allows anyone to combine text and video using a simple text file like this:</p>
  54. <pre><code>background bg.png
  55. text 5 Let's install Blender
  56. video 0:6 install_blender.mp4
  57. text 5 Installing it with apt
  58. video 6:26 install_blender.mp4
  59. text 5 We're still installing it
  60. video 26:56 install_blender.mp4
  61. text 5 Congratulations! We just finished installing Blender
  62. </code></pre>
  63. <p>This is the actual script. See the final result <a href="https://github.com/ogstudio/tutorial-tool">here</a>.</p>
  64. <p>That's it for describing our progress in January and February of 2017: rendering under iOS/Web and the new tutorial tool.</p>
  65. </div>
  66. </div>
  67. <div id="disqus_thread"></div>
  68. <script>
  69. var disqus_config = function () {
  70. this.page.url = "https://opengamestudio.org/en/news/lets-go.html";
  71. this.page.identifier = "lets-go.html";
  72. };
  73. (function() { // DON'T EDIT BELOW THIS LINE
  74. var d = document, s = d.createElement('script');
  75. s.src = 'https://opengamestudio.disqus.com/embed.js';
  76. s.setAttribute('data-timestamp', +new Date());
  77. (d.head || d.body).appendChild(s);
  78. })();
  79. </script>
  80. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  81. <div id="footer">
  82. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  83. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  84. </div>
  85. </center>
  86. </body>
  87. </html>