Molten.Graphics.DXGI 0.7.4

dotnet add package Molten.Graphics.DXGI --version 0.7.4
NuGet\Install-Package Molten.Graphics.DXGI -Version 0.7.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Molten.Graphics.DXGI" Version="0.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Molten.Graphics.DXGI --version 0.7.4
#r "nuget: Molten.Graphics.DXGI, 0.7.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Molten.Graphics.DXGI as a Cake Addin
#addin nuget:?package=Molten.Graphics.DXGI&version=0.7.4

// Install Molten.Graphics.DXGI as a Cake Tool
#tool nuget:?package=Molten.Graphics.DXGI&version=0.7.4

Molten Engine Molten started as spare-time engine project, which I eventually intend to use to develop my own games without relying on other engines. Hopefully you'll find a use for it too!

While parts of this project will inevitably be a classic case of re-inventing the wheel, I'm treating it as a chance to gain more experience in the area of game engine development.

Documentation on GitHub Pages

Build Status

Pathway Status Download
Dev (nightly) Build Dev Build Dev
Release Release Build Nuget

GitHub GitHub last commit GitHub Sponsors

Core Feature Status

See the following table for the per-platform support and status of each feature.

✔️ Functional/Complete
🚧 Work in progres
Blank - Not Started
🚫 Not-applicable

Feature Windows Android Linux Mac iOS
Renderer - OpenGL 🚫
Renderer - OpenES 🚫 🚫
Renderer - Vulkan 🚧
Renderer - DirectX 11 🚧 🚫 🚫 🚫
Renderer - DirectX 12 🚧 🚫 🚫 🚫
Audio - OpenAL 🚧
Audio - XAudio 2 🚫 🚫 🚫
Keyboard support ✔️
Mouse support ✔️
Touch support 🚧 🚧
Game pad support ✔️
Entity component system ✔️ ✔️ ✔️ ✔️
Content Management System ✔️
Example projects 🚧
Networking - MNet
2D Physics engine
3D Physics engine
Tool - Content editor
Tool - Scene editor
Project templates

Renderer Feature Status

See the following table for the per-renderer support and status of each feature.

✔️ Functional/Complete
🚧 Work in progres
Blank - Not Started
🚫 Not-supported

Feature DX11 DX12 OpenGL OpenGL ES Vulkan
Deferrend rendering 🚧
Physically-Based (PBR)
Geometry Shaders ✔️
Tessellation 🚧
Hull & Domain Shaders ✔️
Compute Shaders ✔️
2D Spite batching ✔️
2D Primitive batching ✔️
Compressed textures ✔️
Hardware instancing ✔️
Occlusion culling
Frustrum culling
Portal culling
Level of Detail (LoD)
HDR support
2D Texture arrays ✔️
3D Texture arrays ✔️
3D/volume textures ✔️
static skyboxes ✔️
real-time skyboxes
multi-window support ✔️ 🚫
Render into WinForms ✔️ 🚫 🚫
Render into WPF 🚫 🚫
Render into UWP 🚫 🚫 🚫
Render into MAUI
Render into Android UI 🚫 🚫
Raytracing 🚫 🚫 🚫
HLSL Shader Compiler 🚧 🚫 🚫 🚫 🚫
GLSL Shader Compiler
SPIR-V Shader Compiler

Android

Molten has recently been upgraded to .NET 7. To build for Android you will need to install the Android workloads by running
dotnet workload install android in command prompt or powershell.

If you're upgrading from a previous .NET version, you may also need to run this command again to update the android workload.

Sponsors

A massive thank you to some of our sponsors:

Third-Party Libraries

A special thanks to each of these great libraries, without which Molten wouldn't exist in it's current form:

  • Silk.NET - C# Bindings for DirectX 11/12, OpenGL, Vulkan, Assimp, OpenCL, OpenAL and OpenXR
  • SharpDX - Source for some Molten.Math types
  • Magick.NET - Extensive image library for .NET
  • JSON.NET - JSON serialization
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Molten.Graphics.DXGI:

Package Downloads
Molten.Graphics.DX11

The start of an open-source, cross-platform game engine, written in C#

Molten.Graphics.DX12

The start of an open-source, cross-platform game engine, written in C#

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.4 146 12/22/2023
0.7.3 93 12/17/2023
0.7.2 110 12/11/2023
0.7.1 111 12/9/2023
0.7.0 117 11/25/2023
0.6.0 127 9/30/2023
0.5.0 163 7/30/2023
0.4.0 169 4/26/2023
0.3.0 243 2/28/2023
0.2.0 307 12/26/2022
0.1.0-alpha 131 11/1/2022

Initial release of Molten Engine.