Tao.Sdl SDK Documentation

Sdl Class

Simple DirectMedia Layer binding for .NET, implementing SDL 1.2.11.

For a list of all members of this type, see Sdl Members.

System.Object
   Tao.Sdl.Sdl

[Visual Basic]
MustInherit NotInheritable Public Class Sdl
[C#]
public abstract sealed class Sdl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This library is designed to make it easy to write games that run the .NET runtime using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-code level API to your application. This is a fairly low level API, but using this, completely portable applications can be written with a great deal of flexibility.

An introduction to SDL can be found online at: http://www.libsdl.org/intro/

Binds to functions and definitions in SDL.dll or libSDL.so.

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Sdl Members | Tao.Sdl Namespace