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.

84 lines
4.8KB

  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/mjin-world-birth.html">EN</a>
  14. <a href="../../ru/news/mjin-world-birth.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="mjin-world-birth.html">The birth of MJIN world</a>
  35. </h2>
  36. <p class="news_item_date">
  37. 2017-09-10 00:00
  38. </p>
  39. <div class="news_item_contents">
  40. <p><img src="../../images/2017-09-mjin-world-birth.png" alt="An explosion giving birth to something new" /></p>
  41. <p>This article describes the birth of MJIN world in August 2017.</p>
  42. <p><strong>mjin-player</strong></p>
  43. <p>As you know, <a href="scripting-research.html">we spent July to research scripting</a>. We found a solution that satisfies the following criteria. Scripts should:</p>
  44. <ol>
  45. <li>run unchanged on all supported platforms</li>
  46. <li>allow extending C++ code</li>
  47. </ol>
  48. <p>We have verified the second criterion by writing a sample application. The first criterion was taken for granted because it SHOULD be true.</p>
  49. <p>At the time, we saw two ways to verify the first criterion:</p>
  50. <ol>
  51. <li>create one sample application for each platform to verify scripting only</li>
  52. <li>create a single cross-platform application, which can run any code</li>
  53. </ol>
  54. <p>We chose the second approach because it is more beneficial in the long run. As you might have guessed, <a href="https://bitbucket.org/ogstudio/mjin-player">mjin-player</a> is that application.</p>
  55. <p>mjin-player serves as a base for the rest of MJIN projects to make them run on all supported platforms. However, there's no magic trick to hide the projects from the platform, and there was no such intention. Instead, mjin-player provides a consistent set of rules how other MJIN projects should be structured to be able to run on all supported platforms.</p>
  56. <p><strong>mjin-application</strong></p>
  57. <p>This set of rules for MJIN projects is packaged into <a href="https://bitbucket.org/ogstudio/mjin-application">mjin-application</a>. mjin-application is a library that provides basic functionality every MJIN project would need and nothing more. For instance, mjin-application does not and will not contain scripting or any other specific functionality.</p>
  58. <p><strong>MJIN world</strong></p>
  59. <p>So what is <a href="https://bitbucket.org/ogstudio/mjin">MJIN world</a>? It's a set of projects that constitute our game development tools. mjin-player and mjin-application are the first bricks of the newly born MJIN world. A lot more to come. Stay tuned for the brighter MJIN future.</p>
  60. <p>That's it for describing the birth of MJIN world in August 2017.</p>
  61. </div>
  62. </div>
  63. <div id="disqus_thread"></div>
  64. <script>
  65. var disqus_config = function () {
  66. this.page.url = "https://opengamestudio.org/en/news/mjin-world-birth.html";
  67. this.page.identifier = "mjin-world-birth.html";
  68. };
  69. (function() { // DON'T EDIT BELOW THIS LINE
  70. var d = document, s = d.createElement('script');
  71. s.src = 'https://opengamestudio.disqus.com/embed.js';
  72. s.setAttribute('data-timestamp', +new Date());
  73. (d.head || d.body).appendChild(s);
  74. })();
  75. </script>
  76. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  77. <div id="footer">
  78. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  79. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  80. </div>
  81. </center>
  82. </body>
  83. </html>