Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The Machinery Game Engine

#1
The Machinery Game Engine

<div><p><a href="https://ourmachinery.com/">The Machinery</a> by Our Machinery&nbsp; is a new game engine, currently in beta, by some of the creators of the Stingray/BitSquid game engine.&nbsp; It follows many of the same design prinicipals, being data driven, light weight and extended via a simple C interface.&nbsp; The Machinery is designed from day one to be a framework for creation of your own tools and features, essentially a game engine construction kit.</p>
<p>The Machinery <a href="https://ourmachinery.com/product.html">is described as such</a>:</p>
<blockquote readability="68">
<h4>A toolbox of building blocks</h4>
<p>The Machinery is completely plugin-based. You can pick and choose the parts you need to customize it to your specific needs. You can extend the engine, and the editor, by writing your own plugins. You can even build completely new applications on top of our API, or embed our code into your existing applications or workflows.</p>
<h4>Powerful editing model</h4>
<p>The Machinery uses a powerful data model to represent edited assets. This model has built-in support for serialization, streaming, copy/paste, drag-and-drop as well as unlimited undo/redo. It supports an advanced hierarchical prefab model for making derivative object instances and propagating changes. It even has full support for real-time collaboration. Multiple people can work together in the same game project, Google Docs-style.</p>
<p>Since all of these features are built into the data model itself, your custom, game-specific data will get them automatically, without you having to write a line of code.</p>
<h4>Easy to build tools</h4>
<p>The Machinery uses an in-house, lightweight IMGUI framework that sits directly on top of our rendering system. The same UI system is used both by the editor and the runtime, making it possible to run the full editor UI inside a game or in VR. With The Machinery you no longer need watertight boundaries between the editor and the runtime, editing can be done inside the game itself, if you so like.</p>
<p>Using our drawing primitives, it is easy to create custom UI controls. And everything has been heavily optimized to feel snappy and responsive. In fact, the entire editor UI is rendered with just a single draw call.</p>
<h4>Modern rendering architecture</h4>
<p>The renderer has been designed to take full advantage of modern explicit graphic APIs like Vulkan, DX12 and Metal 2. You can reason explicitly about advanced setups such as multiple GPUs and GPU execution queues. Similar to the rest of the engine, the built-in rendering pipeline is easy to tweak and extend.</p>
<h4>High performance</h4>
<p>All the code in the engine is built based on data-oriented design principles. We focus on data flows and cache friendly memory layouts. All performance critical code is written to run as jobs, taking full advantage of the parallel processing power of modern CPUs.</p>
<h4>Simplicity</h4>
<p>The Machinery explicitly aims to be simple, minimalistic and easy to understand. In short, we want to be “hackable”. All our code is written in plain C, a significantly simpler language than modern C++. The entire code base compiles in less than a minute and we support hot-reloading of DLLs, allowing for fast iteration cycles.</p>
<p>Our APIs are exposed as C interfaces, which means they can easily be used from C, C++, D or any other language that has a FFI for calling into C code.</p>
</blockquote>
<p>The Machinery is currently in invite only beta, write to them for access.&nbsp; Or you can check out an early build of The Machinery in action in the <a href="https://youtu.be/fK8HeXMAziw">video</a> below.</p>
<p align="center"><iframe width="853" height="480" src="https://www.youtube.com/embed/fK8HeXMAziw" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture">[embedded content]</iframe> </p>
<p class="under"> <span class="categories"><a href="https://www.gamefromscratch.com/category/GameDev-News.aspx">GameDev News</a></span> <span class="tags"><a href="https://www.gamefromscratch.com/?tag=/Engine" rel="tag">Engine</a> <a href="https://www.gamefromscratch.com/?tag=/3D" rel="tag">3D</a></span> </p>
<hr>
<p> <!--
<script type="text/javascript"><!- - google_ad_client = "ca-pub-5156240514307514"; /* GFS 720 Post above Comments */ google_ad_slot = "5626844176"; google_ad_width = 728; google_ad_height = 90; //- ->
</script>
--></p>
</div>


https://www.sickgaming.net/blog/2020/04/...me-engine/
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016