• Welcome to Theos PowerBasic Museum 2017.

Re: SDL v. 1.2.13 Headers

Started by Marco Lugo, December 06, 2008, 04:09:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Marco Lugo

Quote from: José Roca on September 16, 2008, 08:39:31 AM

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

SDL supports Linux, Windows, Windows CE, BeOS, MacOS, Mac OS X, FreeBSD, NetBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. The code contains support for AmigaOS, Dreamcast, Atari, AIX, OSF/Tru64, RISC OS, SymbianOS, and OS/2, but these are not officially supported.

SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, C#, Eiffel, Erlang, Euphoria, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP, Pike, Pliant, Python, Ruby, and Smalltalk.

SDL is distributed under GNU LGPL version 2. This license allows you to use SDL freely in commercial programs as long as you link with the dynamic library.

Website: http://www.libsdl.org/


Hi José,
Thanks for your SDL headers!
Please can you convert also the headers for the "SDL TrueType Fonts Library"?

This is the link http://www.libsdl.org/projects/SDL_ttf/

José Roca

 
SDL_ttf is already included, with several others, in SDL1213.zip.

Marco Lugo

Hi José,
Thanks again! Your work is very useful.
This forum is realy a gold mine!