StinkyEngine 2.4.3
See the version list below for details.
dotnet add package StinkyEngine --version 2.4.3
NuGet\Install-Package StinkyEngine -Version 2.4.3
<PackageReference Include="StinkyEngine" Version="2.4.3" />
<PackageVersion Include="StinkyEngine" Version="2.4.3" />
<PackageReference Include="StinkyEngine" />
paket add StinkyEngine --version 2.4.3
#r "nuget: StinkyEngine, 2.4.3"
#:package StinkyEngine@2.4.3
#addin nuget:?package=StinkyEngine&version=2.4.3
#tool nuget:?package=StinkyEngine&version=2.4.3
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. 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.
- Install dotnet 6 or above. Can install it here: https://dotnet.microsoft.com/en-us/download
- Once dotnet is installed, load up your command line and type:
dotnet new install StinkyEngine.Templates.CSharp
- Locate to a folder where you like to create a StinkyEngine project and type:
dotnet new stinky -n <project name>
- Done!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- MonoGame.Framework.Content.Pipeline (>= 3.8.1.303)
- MonoGame.Framework.DesktopGL (>= 3.8.1.303)
- NetFabric.Hyperlinq (>= 3.0.0-beta48)
- Newtonsoft.Json (>= 13.0.3)
- System.Runtime.Serialization.Xml (>= 4.3.0)
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 |
|---|---|---|
| 2.4.7 | 370 | 4/23/2024 |
| 2.4.6 | 281 | 4/12/2024 |
| 2.4.5 | 258 | 4/6/2024 |
| 2.4.4 | 247 | 4/5/2024 |
| 2.4.3 | 246 | 4/5/2024 |
| 2.4.2 | 273 | 4/5/2024 |
| 2.3.5 | 298 | 2/23/2024 |
| 2.3.0 | 295 | 1/13/2024 |
| 2.2.9 | 289 | 1/12/2024 |
| 2.2.8 | 262 | 1/11/2024 |
| 2.2.7 | 291 | 1/6/2024 |
| 2.2.5 | 274 | 12/31/2023 |
| 2.2.2 | 257 | 12/29/2023 |
| 2.2.0 | 275 | 12/29/2023 |
Bug Fix:
- Bug fix with VBox and HBox Alignment.