|
- <!DOCTYPE html>
- <html>
- <meta charset="utf-8">
- <head>
- <style>
- #header
- {
- background: #2BA6E3;
- padding: 0.7em;
- text-align: left;
- }
-
- #header a
- {
- color: white;
- text-decoration: none;
- padding: 0.5em 1em 0.5em 1em;
- }
- .news_item
- {
- background: #FFFFFF;
- width: 720px;
- padding: 1em;
- margin-top: 2em;
- margin-bottom: 2em;
- border: 1px solid #E0E0E0;
- text-align: left;
- }
- .news_item_contents
- {
- color: #444;
- line-height: 1.5em;
- }
- .news_item_date
- {
- margin-bottom: 2em;
- color: #aaa;
- }
- body
- {
- background: #FAFAFA;
- }
- code, pre
- {
- font-family: monospace, serif;
- font-size: 1em;
- color: #7f0a0c;
- }
- figure
- {
- margin: 0px;
- padding: 0px;
- }
- img
- {
- width: 720px;
- }
- html
- {
- font-family: sans-serif;
- }
- a
- {
- color: #3A91CB;
- text-decoration: none;
- }
- #lang
- {
- float: right;
- }
- figcaption
- {
- color: #aaa;
- }
-
- table
- {
- border-collapse: collapse;
- }
-
- table, th, td
- {
- border: 1px solid #aaa;
- padding: 0.5em;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- }
- </style>
- </head>
- <body>
- <center>
- <div id="header">
- <a href="../../en/news/index.html">News</a>
- <a href="../../en/page/games.html">Games</a>
- <a href="../../en/page/about.html">About</a>
- <div id="lang">
- <a href="openscenegraph-cross-platform-guide.html">EN</a>
- <a href="../../ru/news/openscenegraph-cross-platform-guide.html">RU</a>
- </div>
- </div>
- <h1>In the news</h1>
- <div class="news_item">
- <h2 class="news_item_title">
- <a href="openscenegraph-cross-platform-guide.html">OpenSceneGraph cross-platform guide</a>
- </h2>
- <p class="news_item_date">
- 2017-07-17 00:00
- </p>
- <div class="news_item_contents">
- <figure>
- <img src="../../images/2017-07-openscenegraph-guide.png" alt="OpenSceneGraph sample application in desktop and mobile" /><figcaption>OpenSceneGraph sample application in desktop and mobile</figcaption>
- </figure>
- <p>This article summarizes the work we did to produce OpenSceneGraph cross-platform guide.</p>
- <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. 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>
- <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>
- <p>We have been doing OpenSceneGraph cross-platform guide for two main reasons:</p>
- <ol type="1">
- <li>Keep OpenSceneGraph cross-platform knowledge in easily accessible and reproducible form</li>
- <li>Share the knowledge with OpenSceneGraph community to make it stronger</li>
- </ol>
- <p>We believe we succeeded in both. Here’s why:</p>
- <ol type="1">
- <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>
- <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>
- <li>The guide already has <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/issues">two issues</a></li>
- </ol>
- <p>Reaching our goal of researching OpenSceneGraph cross-platform development and providing the knowledge back to the community just made us happier.</p>
- <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>
- <p>That’s it for summarizing the work we did to produce OpenSceneGraph cross-platform guide.</p>
-
- </div>
- </div>
- </center>
- </body>
- </html>
|