A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 51 lines 1.9 kB view raw
1See NOTES for Rockbox-specific porting notes. 2The original README is below: 3 4 Simple DirectMedia Layer 5 6 (SDL) 7 8 Version 1.2 9 10--- 11http://www.libsdl.org/ 12 13This is the Simple DirectMedia Layer, a general API that provides low 14level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, 15and 2D framebuffer across multiple platforms. 16 17The current version supports Linux, Windows CE/95/98/ME/XP/Vista, BeOS, 18MacOS Classic, Mac OS X, FreeBSD, NetBSD, OpenBSD, BSD/OS, Solaris, IRIX, 19and QNX. The code contains support for Dreamcast, Atari, AIX, OSF/Tru64, 20RISC OS, SymbianOS, Nintendo DS, and OS/2, but these are not officially 21supported. 22 23SDL is written in C, but works with C++ natively, and has bindings to 24several other languages, including Ada, C#, Eiffel, Erlang, Euphoria, 25Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP, 26Pike, Pliant, Python, Ruby, and Smalltalk. 27 28This library is distributed under GNU LGPL version 2, which can be 29found in the file "COPYING". This license allows you to use SDL 30freely in commercial programs as long as you link with the dynamic 31library. 32 33The best way to learn how to use SDL is to check out the header files in 34the "include" subdirectory and the programs in the "test" subdirectory. 35The header files and test programs are well commented and always up to date. 36More documentation is available in HTML format in "docs/index.html", and 37a documentation wiki is available online at: 38 http://www.libsdl.org/cgi/docwiki.cgi 39 40The test programs in the "test" subdirectory are in the public domain. 41 42Frequently asked questions are answered online: 43 http://www.libsdl.org/faq.php 44 45If you need help with the library, or just want to discuss SDL related 46issues, you can join the developers mailing list: 47 http://www.libsdl.org/mailing-list.php 48 49Enjoy! 50 Sam Lantinga (slouken@libsdl.org) 51