• Stars
    star
    295
  • Rank 140,902 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 6 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A spare-time C# .NET 8 game engine project. Cross-platform, multi-threaded.

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

Platform Latest Release
Windows Build Windows
Build Status
Android Build Android
Linux
MacOS
iOS

GitHub GitHub last commit Nuget 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