flibitijibibo/SDL2-CS
SDL2# - C# Wrapper for SDL2 observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4900
- days_rel: n/a
- days_push: 796
- n_releases_24m: 0
Adoption not part of the score
1103 stars · 252 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SDL2# is a C# wrapper (P/Invoke bindings) for the SDL2 multimedia library and its extensions (SDL2_gfx, SDL2_image, SDL2_mixer, SDL2_ttf). It is a pure port of the C headers, originally written for FNA's platform support but usable in any C# application.
Use cases
- write a 2d game in c# with sdl2
- use sdl2 from .net
- play audio and load images in c# via sdl2_mixer and sdl2_image
- render text with sdl2_ttf in a c# app
- cross-platform window and input handling in c#
- build a monogame/fna-style game engine
When to choose
- you want direct, faithful access to SDL2's C API from C#
- you need SDL2_image, SDL2_mixer, SDL2_ttf, or SDL2_gfx bindings
- you are building on FNA or a similar low-level game framework
- you prefer C naming conventions over idiomatic C# abstractions
When to avoid
- you want an idiomatic, object-oriented C# game framework with high-level abstractions
- you need every SDL2 function, as the wrapper intentionally omits some
- you want a fully managed solution without native library dependencies
Facets
library · maturity maintenance
graphics game-engine audio-processing image-processing cross-platform graphics cross-platform windows cpp sdl2 csharp-bindings p-invoke native-interop fna game-development linux macos
1 source
- readme: https://github.com/flibitijibibo/SDL2-CS · fetched 2026-08-28 · 7441bf2163f5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| flibitijibibo/SDL2-CS | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="flibitijibibo/SDL2-CS")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem