CSFML 3.0.0-rc.1
dotnet add package CSFML --version 3.0.0-rc.1
NuGet\Install-Package CSFML -Version 3.0.0-rc.1
<PackageReference Include="CSFML" Version="3.0.0-rc.1" />
paket add CSFML --version 3.0.0-rc.1
#r "nuget: CSFML, 3.0.0-rc.1"
// Install CSFML as a Cake Addin #addin nuget:?package=CSFML&version=3.0.0-rc.1&prerelease // Install CSFML as a Cake Tool #tool nuget:?package=CSFML&version=3.0.0-rc.1&prerelease
CSFML - Simple and Fast Multimedia Library for C
SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network. It is originally written in C++, and this project is its official binding for the C language.
This NuGet package is designed to provide the required native CSFML libraries for SFML.Net.
Authors
- Laurent Gomila (laurent@sfml-dev.org)
- Lukas Dürrenberger (eXpl0it3r@sfml-dev.org)
- Chris Thrasher (thrasher@sfml-dev.org)
- Zachariah Brown (contact@zbrown.net)
Learn
There is no tutorial for CSFML, but since it's a binding you can use the C++ resources:
- The official tutorials
- The online API documentation
- The community wiki
- The community forum (or French)
Of course, you can also find the CSFML API documentation in the SDK.
Contribute
SFML and CSFML are open-source projects, and they need your help to go on growing and improving. Don't hesitate to post suggestions or bug reports on the forum, or post new bugs/features requests on the issue tracker. You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on CSFML:
Package | Downloads |
---|---|
SFML.Graphics
Graphics module of the SFML.Net library |
|
SFML.Window
Window module of the SFML.Net library |
|
SFML.System
System module of the SFML.Net library |
|
SFML.Audio
Audio module of the SFML.Net library |
|
WinInsider.SFML.System
System module of the SFML.Net library |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on CSFML:
Repository | Stars |
---|---|
SFML/SFML.Net
Official binding of SFML for .Net languages
|
|
Blondazz/KeyOverlay
A simple key overlay for osu! streaming
|