Updated 2018-07-12 12:36:47 by pooryorick

Simple Directmedia Layer is a cross-platform C library providing access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL. This is great stuff for writing games.

See Also  edit

BOOK Programming Linux Games
Available online, includes a large chapter on programming in SDL.
The Aries Engine
A game engine implemented using SDL.
Embedding an SDL Surface in a Tk Window, by Lawrence Woodman]

Description  edit

Currently, Neil Madden is working on a simple binding of SDL for Tcl. This will be pretty much a direct mapping of the SDL API to Tcl (but following Tcl's conventions). This will be mostly useful for scripting SDL components written in C, but you could write stuff in Tcl if you can live with the performance hit, or for prototyping.

Kristoffer Lawson is working on a higher level binding for Tcl, called Oil, which is directed at games and other multimedia presentations, that are scripted in Tcl.

tclsdl is another project that links the SDL and Tcl event loops together to let Tcl control an SDL surface. [http://code.google.com/p/tclsdl/]

There is a certain amount of overlap in these projects and hopefully effort can be made to merge parts.

Other media libraries it would be nice to have in Tcl:

OpenAL - a 3D sound library, useful for effects. I don't think Snack has spatial sound.

Other Bindings  edit


LMBOX [3] is an application framework for multimedia desktops or computer-based set top boxes which uses SDL via Eboxy [4].

(eboxy is a small Linux application for building user interfaces for set-top boxes, suitable for use on a TV. It reads an XML file describing a simple GUI consisting of pages and widgets, and displays it on the screen.)

LMBOX features an embedded Tcl interpreter which allows binding of all events to Tcl scripts.