Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

67 linhas
3.2KB

  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 class="header2">
  11. <div class="menu">
  12. <a href="../../en/news/index.html">News</a>
  13. <a href="../../en/game/index.html">Games</a>
  14. <a href="../../en/tool/index.html">Tools</a>
  15. <a href="../../en/page/about.html">About</a>
  16. </div>
  17. <div id="lang">
  18. <a href="../../en/news/editor-0.4.0-and-0.5.0-plans.html">EN</a>
  19. <a href="../../ru/news/editor-0.4.0-and-0.5.0-plans.html">RU</a>
  20. </div>
  21. <div class="clear"></div>
  22. </div>
  23. </div>
  24. <h3 class="left_item_title">In the news...</h3>
  25. <center>
  26. <div class="news_item">
  27. <h2 class="news_item_title">
  28. <a href="editor-0.4.0-and-0.5.0-plans.html">Editor 0.4.0 and plans for 0.5.0</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2015-03-07 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <p>We completed Editor 0.4.0 in January. As it was planned, it only contains basic abilities to open and save a project. The major goal was to make MJIN, Python and Qt work together (we were unable to use PyQt or PySide due to technical difficulties).</p>
  35. <p>You can <a title="Editor 0.4.0" href="http://youtu.be/3cqiTIjWwA8" target="_blank">see 0.4.0 in action here</a>. </p>
  36. <p>We started Editor 0.5.0 development in February. It's 45% ready at the moment.</p>
  37. <p>Editor 0.5.0 planned features:</p>
  38. <ol>
  39. <li>Scene node tree editing</li>
  40. <li>Property browser with nodes' position and model editing</li>
  41. <li>Qt5 support for the sake of easy building on various Linux distributions</li>
  42. </ol>
  43. <p>We estimate to complete it in April.</p>
  44. </div>
  45. </div>
  46. <div id="disqus_thread"></div>
  47. <script>
  48. var disqus_config = function () {
  49. this.page.url = "https://opengamestudio.org/en/news/editor-0.4.0-and-0.5.0-plans.html";
  50. this.page.identifier = "editor-0.4.0-and-0.5.0-plans.html";
  51. };
  52. (function() { // DON'T EDIT BELOW THIS LINE
  53. var d = document, s = d.createElement('script');
  54. s.src = 'https://opengamestudio.disqus.com/embed.js';
  55. s.setAttribute('data-timestamp', +new Date());
  56. (d.head || d.body).appendChild(s);
  57. })();
  58. </script>
  59. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  60. <div id="footer">
  61. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  62. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  63. </div>
  64. </center>
  65. </body>
  66. </html>