SharpEngine.Core.NET
1.0.0
dotnet add package SharpEngine.Core.NET --version 1.0.0
NuGet\Install-Package SharpEngine.Core.NET -Version 1.0.0
<PackageReference Include="SharpEngine.Core.NET" Version="1.0.0" />
<PackageVersion Include="SharpEngine.Core.NET" Version="1.0.0" />
<PackageReference Include="SharpEngine.Core.NET" />
paket add SharpEngine.Core.NET --version 1.0.0
#r "nuget: SharpEngine.Core.NET, 1.0.0"
#addin nuget:?package=SharpEngine.Core.NET&version=1.0.0
#tool nuget:?package=SharpEngine.Core.NET&version=1.0.0
SharpEngine
SharpEngine is a game engine written in purely in C# using Silk.NET as a wrapper for the graphics rendering pipeline.
Repository contents
The Game Engine Architecture by Jason Gregory contains a figure with most if not all the Core features a game engine should contain.
SharpEngine's first version should contain all necessary components that enable outside developers to build and publish their own games. For further details about the contents of the MVP version see SharpEngine MVP milestone and the Sharp plan.
SharpEngine is currently in it's infant phase and contains a small amount of functionalities / components. The items from the project issue list will be introduced incrementally but the timing of said items is unknown due to time constraints.
Core and example game
The Core
project is the actual game engine logic. The Minecraft
project contains an example of what the engine is capable of and how a game can be built using the engine.
Do note: The contributors of this repository do not have much experience when it comes to game engine / graphics development. This repository is mainly a hobby project that is going to evolve over time.
The developer experience of the project is currently the no. 2 priority after the main functionalities of the engine to ensure developers find developing using the engine enjoyable.
See also
If you are interested in contributing to the project, see Contribution.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- Serilog (>= 4.2.0)
- Serilog.Sinks.Console (>= 6.0.0)
- Silk.NET.Input (>= 2.22.0)
- Silk.NET.OpenGL (>= 2.22.0)
- Silk.NET.OpenGL.Extensions.ImGui (>= 2.22.0)
- Silk.NET.Windowing (>= 2.22.0)
- StbImageSharp (>= 2.30.15)
- System.Text.Json (>= 8.0.5)
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 |
---|---|---|
1.0.0 | 165 | 3/10/2025 |
0.0.1 | 70 | 3/22/2025 |
0.0.1-test | 73 | 3/22/2025 |