Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added some language bindings to the README
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
README
|
@@ -13,8 +13,8 @@ level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, |
|
|
and 2D framebuffer across multiple platforms. |
|
|
|
|
|
SDL is written in C, but works with C++ natively, and has bindings to |
|
|
several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, |
|
|
PHP, Pike, Python, and Ruby. |
|
|
several other languages, including Ada, C#, Eiffel, Java, Lua, ML, |
|
|
Objective C, Perl, PHP, Pike, Python, and Ruby. |
|
|
|
|
|
The current version supports Linux, Windows, BeOS, MacOS, MacOS X, |
|
|
FreeBSD, OpenBSD, BSD/OS, Solaris, and IRIX. The code contains support |
|
|