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.

2017-03-16_lets-go.md 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Title: Let's go
  2. Date: 2017-03-16 00:00
  3. Category: News
  4. Slug: lets-go
  5. Lang: en
  6. ![Gagarin's words][screenshot]
  7. In this article we describe our progress in January and February of 2017: rendering under iOS/Web and a new tutorial tool.
  8. **Rendering under iOS/Web**
  9. To our surprise, we got a simple red cube rendered under [iOS](https://twitter.com/OpenGameStudio/status/826816343433498627) and [Web](https://twitter.com/OpenGameStudio/status/829731986264698881) 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.
  10. 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.
  11. **Tutorial tool**
  12. 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.
  13. To combine text and video, we first tried [OpenShot](http://openshotvideo.com). It worked well, but we quickly saw its limitations:
  14. * Too much time is spent on adjusting time frames and animations
  15. * Project file and original resources are hard to track with VCS
  16. Since OpenSceneGraph cross-platform guide would consist of several tutorials, we decided to automate the process. Brief research revealed a great multimedia framework called [MLT](http://mltframework.org), which powers OpenShot itself. With MLT we got our tutorial tool in no time.
  17. Currently, the tutorial tool allows anyone to combine text and video using a simple text file like this:
  18. ```
  19. background bg.png
  20. text 5 Let's install Blender
  21. video 0:6 install_blender.mp4
  22. text 5 Installing it with apt
  23. video 6:26 install_blender.mp4
  24. text 5 We're still installing it
  25. video 26:56 install_blender.mp4
  26. text 5 Congratulations! We just finished installing Blender
  27. ```
  28. This is the actual script. See the final result [here](https://github.com/ogstudio/tutorial-tool).
  29. That's it for describing our progress in January and February of 2017: rendering under iOS/Web and the new tutorial tool.
  30. [screenshot]: ../../images/2017-03_lets-go.png