<?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: larcefox</title>
    <description>The latest articles on DEV Community by larcefox (@larcefox).</description>
    <link>https://dev.to/larcefox</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%2F442779%2F75bc3a72-acdf-4f3c-af64-12264b4231c2.jpg</url>
      <title>DEV Community: larcefox</title>
      <link>https://dev.to/larcefox</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/larcefox"/>
    <language>en</language>
    <item>
      <title>I've made game engine (I think)</title>
      <dc:creator>larcefox</dc:creator>
      <pubDate>Sun, 05 May 2024 21:51:13 +0000</pubDate>
      <link>https://dev.to/larcefox/ive-made-game-engine-i-think-36lj</link>
      <guid>https://dev.to/larcefox/ive-made-game-engine-i-think-36lj</guid>
      <description>&lt;p&gt;Hi!&lt;br&gt;
With Python and ThreeJS (&lt;a href="https://threejs.org/"&gt;https://threejs.org/&lt;/a&gt;) I have made app to make easy 3d visualisation, which you can test in browser.&lt;br&gt;
Like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffjkghr0yo6zz8q25irtj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffjkghr0yo6zz8q25irtj.png" alt="Image description" width="669" height="509"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All you need to draw red qube is to type somethig like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;box = ef.create('box', 10, 10, 10, position={'x': 0, 'y': 10, 'z': 0}, color='red')
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And blueprint on back of qube:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;plane = ef.create(
    'plane',
    1093, 
    630,
    texture='textures/map.svg',
    color=0xffffff,
    position={'x':0, 'y': 0, 'z': 0},
    rotation={'x': -(math.pi/2),'y': 0, 'z': -(math.pi/2)}
    )
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And ofcorse you can use any 3D models, that can draw ThreeJS:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2o40pjzzo01mjvc61i1y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2o40pjzzo01mjvc61i1y.png" alt="Image description" width="800" height="765"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My dream is to make open 3D world with it, but it can be used for drawing diagrams like BI in 3D and integrate it to any web app.&lt;/p&gt;

&lt;p&gt;Have you any ideas about how to better use it and if anyone looking for interesting project I'll be glad to speek about.&lt;/p&gt;

&lt;p&gt;Github:&lt;br&gt;
&lt;a href="https://github.com/larcefox/pyThrJs/tree/3db"&gt;https://github.com/larcefox/pyThrJs/tree/3db&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>python</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
