StinkyEngine is a semi-lowend game engine with a powerful entity/UI hybrid ECS. It offers fast and easy creation of custom entities in just seconds.
$ dotnet add package StinkyEngineStinkyEngine is a semi-lowend game engine with a powerful entity/UI hybrid ECS. It offers fast and easy creation of custom entities in just seconds. The engine comes with a full set of systems that make game development easier, without forcing you to use a specific approach. You have the freedom to use the systems in any way that suits your needs.
To create a new Project?
Use the StinkyEngine package template instead of doing it manually. It will set up your new projects very easily.
dotnet new install StinkyEngine.Templates.CSharp
dotnet new stinky -n <project name>