2025-10 List of project files
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="../../style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
|
||||
<div id="header">
|
||||
@@ -26,6 +25,28 @@
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="display-files.html">List of project files</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-10-02
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<video controls width="700">
|
||||
<source src="../../images/2025-10_display-files.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<h1 id="displayingprojectfiles">Displaying project files</h1>
|
||||
<p>In September I created the new draft version of PSKOV 2, which now consists of two parts: web client + web server:</p>
|
||||
<ul>
|
||||
<li>the web server provides access to files on disk using <a href="lha-jvm-macos.html">Local Host Access</a> format to the web client</li>
|
||||
<li>the web client provides UI for a human to manage site's contents</li>
|
||||
</ul>
|
||||
<p>Logic is in Kotlin. Then Kotlin code is translated to JavaScript for. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="display-files.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="kotlin-cross.html">The turn to cross-platform solutions</a>
|
||||
</h2>
|
||||
@@ -237,29 +258,6 @@ However, the contents of the generated HTML files differ because PSKOV 1 uses
|
||||
<div class="news_item_more">
|
||||
<a href="psk-jvm-item.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="year24.html">Results of the year 2024</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-01-15 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<p><img src="../../images/2025_year24-en.jpg" alt="year24" /></p>
|
||||
<h1 id="results">Results</h1>
|
||||
<p>Let's see the results of the year 2024 quarter by quarter:</p>
|
||||
<ul>
|
||||
<li><strong>The first quarter</strong> (January - March):<ul>
|
||||
<li>(Swift) Implemented data bus for iOS to create common space of communication for fragmented code</li>
|
||||
<li>Introduced "Limited language model" term to describe portable code rules</li>
|
||||
<li>Python was selected as the anchor programming language from which to generate functional copies in other languages</li></ul></li>
|
||||
<li><strong>The second quarter</strong> (April - June):<ul>
|
||||
<li>(Python) Created the first version of Python -> C++ translator. . .</li></ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="year24.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="pagination_title">Page 1 of 9</p>
|
||||
<p>
|
||||
@@ -272,4 +270,4 @@ However, the contents of the generated HTML files differ because PSKOV 1 uses
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user