SFML.Net
2.5.0
dotnet add package SFML.Net --version 2.5.0
NuGet\Install-Package SFML.Net -Version 2.5.0
<PackageReference Include="SFML.Net" Version="2.5.0" />
paket add SFML.Net --version 2.5.0
#r "nuget: SFML.Net, 2.5.0"
// Install SFML.Net as a Cake Addin
#addin nuget:?package=SFML.Net&version=2.5.0
// Install SFML.Net as a Cake Tool
#tool nuget:?package=SFML.Net&version=2.5.0
A simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network.
This is a meta-package that includes all SFML modules.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- SFML.Audio (>= 2.5.0)
- SFML.Graphics (>= 2.5.0)
- SFML.System (>= 2.5.0)
- SFML.Window (>= 2.5.0)
NuGet packages (20)
Showing the top 5 NuGet packages that depend on SFML.Net:
Package | Downloads |
---|---|
SadConsole.Host.SFML
A graphics hosting library for SadConsole. Targets SFML and .NET Standard 2.1. |
|
SfmlUI
Package Description |
|
Iris
Simple, cross-platform 2D game framework for .NET Core without bullshit. |
|
Retrodactyl.Extensions.SFML
Package Description |
|
SFML.Utils
Library with extensions to SFML.Net types + some useful for gamedev classes. Features: * Vector extensions: conversion, dot, projection, comparision, rotation, angle, length, direction(normalization), bounding rectangle * Rect extensions: Bottom, Right, Position, Center, AABB from vectors, depth of intersection * Spatial partitioning: quad tree, grid, hash * Game class with basic game loop * TileMap renderer * SpriteBatch * Texture.Update with Color[] * Misc: measure execution time of method, assert(throws exception), conditional break * Fast sin and cos * Content manager |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SFML.Net:
Repository | Stars |
---|---|
Thraka/SadConsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
|
|
Blondazz/KeyOverlay
A simple key overlay for osu! streaming
|