Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

82 rindas
4.3KB

  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/its-all-fine.html">EN</a>
  14. <a href="../../ru/news/its-all-fine.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="its-all-fine.html">It's all fine</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2017-04-07 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2017-04_its-all-fine.png" alt="Flight of a rocket" /></p>
  41. <p>This article describes creation of the first four OpenSceneGraph tutorials in March 2017.</p>
  42. <p>The <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/">first four OpenSceneGraph tutorials</a> explain how to create a cube model with Blender and display the model under Linux, macOS, or Windows using OpenSceneGraph tool called osgviewer.</p>
  43. <p>The whole process of creating a single tutorial turned out to be pretty daunting because it includes several tasks:</p>
  44. <ol>
  45. <li>Record original video depicting one or more steps</li>
  46. <li>Name the steps as clear as possible</li>
  47. <li>Select the parts of the video that display the step</li>
  48. <li>Remove the parts of the video that bare no value, e.g., waiting in the middle of compilation</li>
  49. <li>Select a single frame to best represent current step, e.g., typing a specific command</li>
  50. <li>Add a detailed description to article, why current step should have been taken</li>
  51. <li>Proof-read the article</li>
  52. <li>Correct typos and video timing</li>
  53. <li>Review the whole video</li>
  54. <li>Upload the video to YouTube with timestamps of steps for easier navigation</li>
  55. </ol>
  56. <p>Some of those tasks had to be repeated multiple times until the combination of video, text, and article was clear and logical.</p>
  57. <p>Overall, it took us 30 hours to create the tutorials. The whole process gave us a lot of experience, which will help us in shaping learning materials for our technologies in the future. We don't know how they will look like exactly, but they will definitely be better.</p>
  58. <p>That's it for describing creation of the first four OpenSceneGraph tutorials in March 2017.</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/its-all-fine.html";
  65. this.page.identifier = "its-all-fine.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>