A custom game engine built with MonoGame, using Fennecs for ECS
Find a file
2025-11-12 14:35:45 +01:00
.idea/.idea.DangerEngine/.idea Initial Commit 2025-11-10 16:57:45 +01:00
DangerEngine.Core eyy abstraction works 2025-11-12 14:35:45 +01:00
DangerEngine.Samples progress on wrapping SDL structures in a C# kind of way 2025-11-12 12:45:09 +01:00
Samples/DangerEngine.Samples.Basic started moving to sdl_gpui 2025-11-12 08:49:46 +01:00
.gitignore Initial Commit 2025-11-10 16:57:45 +01:00
DangerEngine.sln started moving to sdl_gpui 2025-11-12 08:49:46 +01:00
DangerEngine.sln.DotSettings.user started moving to sdl_gpui 2025-11-12 08:49:46 +01:00
LICENSE.md Initial Commit 2025-11-10 16:57:45 +01:00
README.md progress on wrapping SDL structures in a C# kind of way 2025-11-12 12:45:09 +01:00

Danger Engine

A custom game engine based on SDL3. Written in C# and using Fennecs as an ECS implementation.

Libraries

DangerEngine stands on the shoulders of the following giants:

  • SDL3
    • Rendering, input
  • Fennecs
    • Entity-Component System
  • NLog