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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpEngine.Core.NET" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpEngine.Core.NET" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SharpEngine.Core.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SharpEngine.Core.NET --version 1.0.0
                    
#r "nuget: SharpEngine.Core.NET, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SharpEngine.Core.NET&version=1.0.0
                    
Install SharpEngine.Core.NET as a Cake Addin
#tool nuget:?package=SharpEngine.Core.NET&version=1.0.0
                    
Install SharpEngine.Core.NET as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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