There are no reviews yet. Be the first to send feedback to the community and the maintainers!
This is SDL2#, a C# wrapper for SDL2. Project Website: https://github.com/flibitijibibo/SDL2-CS License ------- SDL2 and SDL2# are released under the zlib license. See LICENSE for details. About SDL2 ---------- For more information about SDL2, visit the SDL wiki: http://wiki.libsdl.org/moin.fcg/FrontPage About the C# Wrapper -------------------- The C# wrapper was written to be used for FNA's platform support. However, this is written in a way that can be used for any general C# application. The wrapper provides bindings for the following libraries: - SDL2 - SDL2_gfx - SDL2_image - SDL2_mixer - SDL2_ttf Note that SDL2# will not provide every single SDL2 function. This is due to limitations in the C# language that would cause major conflicts with the native SDL2 library and its extensions. SDL2# is a pure port of the C headers. The naming schemes for this library will be exactly as they are done in the C library, with little-to-no concern for "appropriate" C# style. The namespace indicates that this is SDL2, the class names will indicate which library file the function/type/value exists in, and everything else will be as close to the C version as technically possible. About the Visual Studio Debugger -------------------------------- When running C# applications under the Visual Studio debugger, native code that names threads with the 0x406D1388 exception will silently exit. To prevent this exception from being thrown by SDL, add this line before your SDL_Init call: SDL.SDL_SetHint(SDL.SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING, "1");
OpenAL-CS
OpenAL# - C# Wrapper for OpenAL SoftflibitBounties
Pile of programming bounties for things flibit can't do right nowFMOD_SDL
SDL Audio Output Plugin for FMOD StudiolibSGE
SDL Graphics Extension librarywsPublish
Steam Workshop Interop Library and Uploading ToolSDL3-CS
XNAFileDialog
XNAFileDialog - Portable File Dialog for XNA Gamesnativefiledialog-CS
nativefiledialog-CS - C# Wrapper for nativefiledialogEffectRE
XNA Effect Reverse Engineering SandboxVorbisfile-CS
Vorbisfile# - C# Wrapper for VorbisfileXNAWebRenderer
XNAWebRenderer - Portable Webpage Renderer for XNA GamesWwise_SDL
Wwise_SDL - Embarrassing hack plugin for Wwise on Linuxd3dcompiler-native
d3dcompiler-native - Wine d3dcompiler Repurposed for Native ApplicationsOBJ4FNA
Wavefront OBJ Container for FNASVG4FNA
SVG Container and Renderer for FNAAZSNotSFML
SFML/Tao replacement for Atom Zombie SmasherMCCBT
MCCBT - Master Chief Collection Binding ToolLightGunXR
Light Gun Simulator for OpenXR and uinputLove Open Source and this site? Check out how you can help us