Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

83 wiersze
4.4KB

  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/year24.html">EN</a>
  19. <a href="../../ru/news/year24.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="year24.html">Results of the year 2024</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2025-01-15 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <p><img src="../../images/2025_year24-en.jpg" alt="year24" /></p>
  35. <h1 id="results">Results</h1>
  36. <p>Let's see the results of the year 2024 quarter by quarter:</p>
  37. <ul>
  38. <li><strong>The first quarter</strong> (January - March):<ul>
  39. <li>(Swift) Implemented data bus for iOS to create common space of communication for fragmented code</li>
  40. <li>Introduced "Limited language model" term to describe portable code rules</li>
  41. <li>Python was selected as the anchor programming language from which to generate functional copies in other languages</li></ul></li>
  42. <li><strong>The second quarter</strong> (April - June):<ul>
  43. <li>(Python) Created the first version of Python -&gt; C++ translator</li>
  44. <li>Created text UI for "Memory" game</li>
  45. <li>Created graphics UI for "Memory" game with assests based on sketches drawn on the graph paper</li></ul></li>
  46. <li><strong>The third quarter</strong> (July - September):<ul>
  47. <li>(Python) Created 2D adventure game prototype using Python Arcade</li>
  48. <li>Renamed "Limited language model" term to "Cross-language dialect" (<strong>CLD</strong>) to better convey the nature of achieving portable code</li>
  49. <li>Participated in a 3-day long gamejam to see how cross-language dialect works in real case scenarios</li></ul></li>
  50. <li><strong>The fourth quarter</strong> (October - December):<ul>
  51. <li>(Kotlin) Created the first version of <a href="http://opengamestudio.org/ru/news/lha-jvm-macos.html">Local Host Access</a> (<strong>LHA</strong>), a small web server to provide local file system access to web pages</li>
  52. <li>(Kotlin) Created the first version of translator to convert YML to Kotlin</li>
  53. <li>Kotlin replaced Python as the anchor programming language due to Kotlin's strong typing and Kotlin's community propensity towards portable code</li></ul></li>
  54. </ul>
  55. <p>For me, portable code is no longer an idea, it is reality.
  56. However, cross-language dialect needs more love
  57. to blossom for others to see its utility. That's where I'm going to
  58. pour my scarce free time during 2025.</p>
  59. <h1 id="january">January</h1>
  60. <p>I'll start rewriting PSKOV in Kotlin for JVM.</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/year24.html";
  67. this.page.identifier = "year24.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>