SnapEngine 1.0.3

dotnet add package SnapEngine --version 1.0.3
                    
NuGet\Install-Package SnapEngine -Version 1.0.3
                    
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="SnapEngine" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SnapEngine" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="SnapEngine" />
                    
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 SnapEngine --version 1.0.3
                    
#r "nuget: SnapEngine, 1.0.3"
                    
#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.
#:package SnapEngine@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SnapEngine&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=SnapEngine&version=1.0.3
                    
Install as a Cake Tool

SnapEngine

SnapEngine is a modular C# game engine built on top of SFML.Net, designed for fast prototyping and embedded resource handling. It is ideal for hobbyist and experimental game developers who want full control over the engine architecture with minimal boilerplate.


πŸš€ Features

  • Beacon Manager β€” A powerful pub-sub system for event-driven programming. Easily connect, emit, and listen to signals across your game with built-in attribute support for automatic beacon registration.

  • Entity Framework β€” Simplifies game object creation and management. Focus on game logic instead of boilerplate setup.

  • Built-in Texture Atlas Manager β€” Automatically handles texture slots and atlasing, so you don’t have to worry about texture batching or limits.

  • Full LDTK Support β€” Seamlessly load and integrate LDTK (Level Designer Toolkit) maps, making level design and world-building straightforward.

  • Tweens β€” Smoothly animate values, positions, and properties with an easy-to-use tweening system.

  • Advanced Save System β€” Robust game save manager supporting compression, encryption, checksums, versioning, and safe file paths to protect your player data.

  • Advanced Graphics Library β€” High-performance rendering with rich support for entities like alignment helpers, render targets, text sprites, ninepatches, and more.

  • Comprehensive Input Support β€” Powered by a detailed SDL database for precise and extensive input handling.

  • Coroutines β€” Native coroutine support to write asynchronous game logic in a clean, linear style.

  • Advanced Logging β€” Flexible logging system with sinks for customized output and diagnostics.


πŸ“¦ Installation

Install via NuGet:

dotnet add package SnapEngine
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.3 368 7/23/2025
1.0.2 130 7/7/2025
1.0.1 129 7/6/2025