DemoEngine is a simple game engine written in C#, .NET 10.0 and DirectX.
Engine is currently developed for Windows and Windows-on-ARM platforms, with references to Windows.Forms and DirectX.
Project is using Vortice.Windows as a DirectX wrapper, with parts of the main form handling based on SharpDX.
In order to compile, you need Visual Studio 2026, or newer setup for C# development, and .NET Core 10.0.102 SDK.
Command line build can be done using Nuke using the following commands:
dotnet tool restore
dotnet nuke
Development, contributions and bugfixes by: