3DEngine 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package 3DEngine --version 1.0.5                
NuGet\Install-Package 3DEngine -Version 1.0.5                
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="3DEngine" Version="1.0.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add 3DEngine --version 1.0.5                
#r "nuget: 3DEngine, 1.0.5"                
#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 3DEngine as a Cake Addin
#addin nuget:?package=3DEngine&version=1.0.5

// Install 3DEngine as a Cake Tool
#tool nuget:?package=3DEngine&version=1.0.5                

License: MIT

3D Engine - Get it in the Microsoft Store-App

Documentation

Windows App SDK

Use the WinAppSDK to create beautiful, modern apps for Windows 11 that are backwards compatible to Windows 10 October 2018 Update (build 17763 / version 1809)!

  • Use your current installer (no requirement to use MSIX, but there are reliability/security benefits to using MSIX!)
  • Additive platform APIs (only add what you need, leave the rest of your app as-is)
  • Works with Win32, WPF, WinForms, and more apps

Vortice.Windows

Vortice.Windows is a collection of Win32 and UWP libraries with bindings support for DXGI, WIC, DirectWrite, Direct2D, Direct3D9, Direct3D11, Direct3D12, XInput, XAudio2, X3DAudio, DirectInput, DirectStorage, DirectML, UIAnimation and DirectSound.

This library targets .net7.0 and .net8.0 and uses modern C# 12, see CHANGELOG for list of changes between commits.

If you are looking for high-performance low level bindings, please visit Vortice.Win32

Entity Component System (ECS)

The Entity Component System is an architectural pattern often used in video game development. It facilitates code reusability by separating the data from the behavior. In addition, ECS obeys the "composition over inheritance principle," providing improved flexibility and helping developers identify entities in a game's scene where all the objects are classified as entities. One reason ECS is faster than a game object component system is that you put all the data you need together in the same place in memory. Doing so avoids the performance overhead of having to search around to find it.

NuGet Package

With the NuGet you can also only get the Engine with the NuGet Package Manager and create applications using the 3DEngine (w/o Editor) in a new project and implement all features via code.

If you want the Editor, this is the GitHub Repo for the complete 3DEngine.

dotnet new console -n Project
cd Project
dotnet add package 3DEngine
dotnet add package Costura.Fody

Engine usage:

sealed class Program
{
    [STAThread]
    private static void Main() =>
        new Engine.Program().Run(true);
}

Use the Engine Core to get to the Scene System.

CORE

Project Setup:

<Project Sdk="Microsoft.NET.Sdk">

	<PropertyGroup>
		<OutputType>WinExe</OutputType>
		<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
		<ImplicitUsings>enable</ImplicitUsings>
		<Nullable>enable</Nullable>
		<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
		<PlatformTarget>x64</PlatformTarget>
		<PublishAot>true</PublishAot>
		<ImplicitUsings>enable</ImplicitUsings>
	</PropertyGroup>

	<ItemGroup>
	  <None Remove="FodyWeavers.xml" />
	</ItemGroup>

	<ItemGroup>
		<PackageReference Include="3DEngine" Version="1.0.5" />
		<PackageReference Include="Costura.Fody" Version="5.7.0">
		  <PrivateAssets>all</PrivateAssets>
		</PackageReference>
	</ItemGroup>

</Project>

Also set the Files inside the Assets Folder to "CopyIfNewer" in the Properties Panel inside Visual Studio, so it is included in the Build Folder. This will be obsolete in the Future by the USD Format.

Solution

The 3D Engine contains three Projects:

  • 3DEngine (Package)
  • Editor
  • Engine

You can compile the 3DEngine (Package) for the Editor and the Engine as a standalone.

Upcoming Features and Development Roadmap

  • Materials,
  • Render Textures,
  • Compute Shader,
  • Post Processing,
  • Gizmos,
  • USD,
  • Asynchronous Reprojection,
  • Lumen (Erebus, Aruna),
  • Nanite (Nano Tech).

Build

In order to compile, you need to install Visual Studio 2022 Preview with the following components:

Rolled back to .Net 7 and VS2022 for now, because it lead to errors due to the WinAppSDK and the newest .Net 8 SDK Preview RC that gets installed with the Visual Studio Preview Workload of the .Net Environment!

Screenshots

3D Engine Layout 1 2 3 4 5 6 7 8 9 10 11 12 13

Product Compatible and additional computed target framework versions.
.NET net7.0-windows10.0.19041 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 165 10/30/2024
3.0.99 148 10/30/2024
3.0.98 161 10/30/2024
3.0.97 157 10/29/2024
3.0.96 146 10/29/2024
3.0.95 127 10/29/2024
3.0.94 140 10/29/2024
3.0.93 129 10/29/2024
3.0.92 134 10/29/2024
3.0.91 139 10/29/2024
3.0.90 156 10/29/2024
3.0.89 180 10/29/2024
3.0.88 148 10/29/2024
3.0.87 152 10/29/2024
3.0.86 143 10/29/2024
3.0.85 125 10/29/2024
3.0.84 140 10/29/2024
3.0.83 150 10/29/2024
3.0.82 150 10/27/2024
3.0.81 131 10/26/2024
3.0.80 147 10/26/2024
3.0.79 127 10/25/2024
3.0.78 151 10/24/2024
3.0.77 128 10/24/2024
3.0.76 132 10/24/2024
3.0.75 154 10/24/2024
3.0.74 149 10/23/2024
3.0.73 157 10/23/2024
3.0.72 180 10/23/2024
3.0.71 139 10/23/2024
3.0.70 127 10/21/2024
3.0.69 154 10/21/2024
3.0.68 152 10/21/2024
3.0.67 148 10/21/2024
3.0.66 124 10/21/2024
3.0.65 128 10/21/2024
3.0.64 134 10/21/2024
3.0.63 147 10/21/2024
3.0.62 142 10/21/2024
3.0.61 130 10/21/2024
3.0.60 142 10/21/2024
3.0.59 138 10/21/2024
3.0.58 117 10/21/2024
3.0.57 135 10/21/2024
3.0.56 146 10/21/2024
3.0.55 157 10/21/2024
3.0.54 168 10/19/2024
3.0.53 154 10/19/2024
3.0.52 212 10/19/2024
3.0.51 194 10/19/2024
3.0.50 229 10/18/2024
3.0.49 154 10/18/2024
3.0.48 172 10/17/2024
3.0.47 144 10/17/2024
3.0.46 132 10/17/2024
3.0.45 166 10/17/2024
3.0.44 167 10/17/2024
3.0.43 152 10/17/2024
3.0.42 148 10/17/2024
3.0.41 163 10/17/2024
3.0.40 154 10/17/2024
3.0.39 153 10/9/2024
3.0.38 160 10/9/2024
3.0.37 126 10/7/2024
3.0.36 128 10/7/2024
3.0.35 129 10/7/2024
3.0.34 137 10/3/2024
3.0.33 153 10/1/2024
3.0.32 167 10/1/2024
3.0.31 163 9/30/2024
3.0.30 138 9/30/2024
3.0.29 135 9/30/2024
3.0.28 137 9/28/2024
3.0.27 163 9/27/2024
3.0.26 163 9/26/2024
3.0.25 153 9/25/2024
3.0.24 136 9/25/2024
3.0.23 142 9/22/2024
3.0.21 146 9/19/2024
3.0.19 149 9/19/2024
3.0.18 144 9/18/2024
3.0.17 148 9/18/2024
3.0.16 146 9/18/2024
3.0.15 207 9/17/2024
3.0.14 142 9/17/2024
3.0.13 144 9/17/2024
3.0.12 216 9/15/2024
3.0.11 186 9/15/2024
3.0.10 164 9/15/2024
3.0.9 165 9/15/2024
3.0.8 166 9/15/2024
3.0.7 165 9/15/2024
3.0.6 164 9/15/2024
3.0.5 178 9/15/2024
3.0.4 156 9/15/2024
3.0.3 173 9/15/2024
3.0.2 183 9/11/2024
3.0.1 193 9/11/2024
3.0.0 190 9/8/2024
2.2.2 173 8/11/2024
2.0.2 342 3/7/2024
2.0.1 278 2/25/2024
2.0.0 326 2/25/2024
1.0.7 770 10/20/2023
1.0.6 262 10/20/2023
1.0.5 322 10/19/2023
1.0.4 307 10/18/2023
1.0.3 350 10/18/2023
1.0.2 306 10/18/2023
1.0.1 377 10/18/2023
1.0.0 346 10/13/2023