<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lorenzo774</title>
    <description>The latest articles on DEV Community by lorenzo774 (@lorenzo774).</description>
    <link>https://dev.to/lorenzo774</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F911984%2F3e6b004a-1cdc-4801-b172-a78c47ccce01.jpeg</url>
      <title>DEV Community: lorenzo774</title>
      <link>https://dev.to/lorenzo774</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lorenzo774"/>
    <language>en</language>
    <item>
      <title>Koala Engine Core Alpha</title>
      <dc:creator>lorenzo774</dc:creator>
      <pubDate>Sun, 04 Sep 2022 17:54:33 +0000</pubDate>
      <link>https://dev.to/lorenzo774/koala-engine-core-alpha-f</link>
      <guid>https://dev.to/lorenzo774/koala-engine-core-alpha-f</guid>
      <description>&lt;h2&gt;
  
  
  News!
&lt;/h2&gt;

&lt;p&gt;Today I published koala-engine-core on npm!&lt;br&gt;
To get started clone the &lt;a href="https://github.com/lorenzo774/koala-engine-demo"&gt;demo&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Help!
&lt;/h2&gt;

&lt;p&gt;This project needs your contribution!&lt;br&gt;
We need documentation, project structure and an editor.&lt;/p&gt;




&lt;p&gt;github: &lt;a href="https://github.com/lorenzo774/koala-engine"&gt;https://github.com/lorenzo774/koala-engine&lt;/a&gt;&lt;br&gt;
twitter: &lt;a href="https://twitter.com/774Lorenzo"&gt;https://twitter.com/774Lorenzo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>typescript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Koala Engine Update #2</title>
      <dc:creator>lorenzo774</dc:creator>
      <pubDate>Tue, 30 Aug 2022 11:15:57 +0000</pubDate>
      <link>https://dev.to/lorenzo774/koala-engine-update-2-3000</link>
      <guid>https://dev.to/lorenzo774/koala-engine-update-2-3000</guid>
      <description>&lt;p&gt;Hi, welcome to the second update of the Koala Engine.&lt;br&gt;
Today I want to introduce you to the main changes since the last &lt;a href="https://github.com/lorenzo774/koala-engine"&gt;koala-engine&lt;/a&gt; update.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Entities selectable&lt;/li&gt;
&lt;li&gt;Now you can load the settings into the editor&lt;/li&gt;
&lt;li&gt;Each component is displayed in the inspector with HTML fields&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://twitter.com/774Lorenzo/status/1564568848568881153"&gt;Video&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;github: &lt;a href="https://github.com/lorenzo774/koala-engine"&gt;https://github.com/lorenzo774/koala-engine&lt;/a&gt;&lt;br&gt;
twitter: &lt;a href="https://twitter.com/774Lorenzo"&gt;https://twitter.com/774Lorenzo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>typescript</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Koala Engine Update</title>
      <dc:creator>lorenzo774</dc:creator>
      <pubDate>Thu, 25 Aug 2022 17:43:19 +0000</pubDate>
      <link>https://dev.to/lorenzo774/koala-engine-update-4ohn</link>
      <guid>https://dev.to/lorenzo774/koala-engine-update-4ohn</guid>
      <description>&lt;p&gt;Hi, welcome to the first update of the Koala Engine.&lt;br&gt;
Today I want to introduce you to the main changes since the &lt;a href="https://dev.to/lorenzo774/koala-engine-525"&gt;koala-engine&lt;/a&gt; announcement.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Editor Design in figma&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iEV4aZff--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/BsXHdmL.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iEV4aZff--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/BsXHdmL.png" alt="img" width="880" height="453"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scene system&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UZ14lMNz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/w1nn2UK.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UZ14lMNz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/w1nn2UK.png" alt="img" width="880" height="445"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Server with SSL certificate (https)&lt;br&gt;
The editor will use the File System Access API that works only in secure contexts&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;github: &lt;a href="https://github.com/lorenzo774/koala-engine"&gt;https://github.com/lorenzo774/koala-engine&lt;/a&gt;&lt;br&gt;
twitter: &lt;a href="https://twitter.com/774Lorenzo"&gt;https://twitter.com/774Lorenzo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>webdev</category>
      <category>typescript</category>
      <category>design</category>
    </item>
    <item>
      <title>Koala Engine</title>
      <dc:creator>lorenzo774</dc:creator>
      <pubDate>Tue, 23 Aug 2022 21:34:29 +0000</pubDate>
      <link>https://dev.to/lorenzo774/koala-engine-525</link>
      <guid>https://dev.to/lorenzo774/koala-engine-525</guid>
      <description>&lt;p&gt;Hi, I've been working on a project for 3 weeks now, it's an ECS game engine written in Typescript for HTML Canvas.&lt;br&gt;
Today i finally decided to choose a name, "Koala Engine" and a logo:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EhuY_7yT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/woiiet49t4q97w6edgr1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EhuY_7yT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/woiiet49t4q97w6edgr1.png" alt="Image description" width="880" height="880"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The project is open source under the MIT license on github: &lt;a href="https://github.com/lorenzo774/koala-engine"&gt;https://github.com/lorenzo774/koala-engine&lt;/a&gt;.&lt;br&gt;
Contribution is appreciated!&lt;/p&gt;




&lt;p&gt;Twitter: &lt;a href="https://twitter.com/774Lorenzo"&gt;https://twitter.com/774Lorenzo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>gamedev</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>TypeScript HTML5 Game Engine</title>
      <dc:creator>lorenzo774</dc:creator>
      <pubDate>Fri, 19 Aug 2022 20:39:43 +0000</pubDate>
      <link>https://dev.to/lorenzo774/typescript-html5-game-engine-2o09</link>
      <guid>https://dev.to/lorenzo774/typescript-html5-game-engine-2o09</guid>
      <description>&lt;h2&gt;
  
  
  Is it open source?
&lt;/h2&gt;

&lt;p&gt;Yes it is!&lt;br&gt;
You can also contribute, the github repo is public 👉 &lt;a href="https://github.com/lorenzo774/game-engine"&gt;game-engine&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Does it have a name?
&lt;/h2&gt;

&lt;p&gt;No, but you can suggest one if you want!&lt;/p&gt;

&lt;h2&gt;
  
  
  What about the engine?
&lt;/h2&gt;

&lt;p&gt;It's an ECS with an (work in progress) editor to change Components properties.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/774Lorenzo"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>node</category>
      <category>gamedev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
