Sdl3Sharp.Ffi 0.5.0-alpha4

This is a prerelease version of Sdl3Sharp.Ffi.
dotnet add package Sdl3Sharp.Ffi --version 0.5.0-alpha4
                    
NuGet\Install-Package Sdl3Sharp.Ffi -Version 0.5.0-alpha4
                    
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="Sdl3Sharp.Ffi" Version="0.5.0-alpha4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sdl3Sharp.Ffi" Version="0.5.0-alpha4" />
                    
Directory.Packages.props
<PackageReference Include="Sdl3Sharp.Ffi" />
                    
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 Sdl3Sharp.Ffi --version 0.5.0-alpha4
                    
#r "nuget: Sdl3Sharp.Ffi, 0.5.0-alpha4"
                    
#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 Sdl3Sharp.Ffi@0.5.0-alpha4
                    
#: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=Sdl3Sharp.Ffi&version=0.5.0-alpha4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sdl3Sharp.Ffi&version=0.5.0-alpha4&prerelease
                    
Install as a Cake Tool

SDL3# - Sdl3Sharp.Ffi

These are just some managed bindings around libffi that SDL3# and adjacent projects use internally.


Might be useful for other projects including yours, might be not. Use at your own risk. Nothing is really (well) documented, as for now, this meant to be used internally by SDL3# only.

If you're looking for how you can call C-style variadic parameter functions from your managed .NET code, this could be the repository for you, as it's the sole reason for why this project exists in the first place. But from there, you're on your own. I don't offer support nor give any kinds of guarantees for this project outside of it's usage for SDL3#.

Thank you for your understanding.


Third-party licensing

The original libffi, the mirror-fork of the original libffi repository from which the native binaries are built, and the built NuGet packages that contain those native binaries are all under the same license that can be viewed here: https://github.com/libffi/libffi/blob/master/LICENSE

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Sdl3Sharp.Ffi:

Package Downloads
Sdl3Sharp

SDL3# - SDL bindings for C#/.NET - "Meta" package - just references all of the native binary packages and by transitivity the "Core" package

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.0-alpha4 314 12/7/2025
0.5.0-alpha3 261 11/14/2025
0.5.0-alpha2 232 10/22/2025
0.5.0-alpha 171 10/17/2025