This repository contains the simple direct media (SDL) library for the Genode OS Framework. The official website of the libSDL project is :libSDL website: [http://www.libsdl.org] Usage ----- Just specify 'sdl' and 'libc' in the 'LIBS' declaration in your build description file ('target.mk'). For building your application, make sure to include the 'sdl' repository in your Genode build configuration by adding it to the 'REPOSITORIES' variable in your '/etc/build.conf' file. Technical notes --------------- The directories 'src/lib/sdl' and 'include/SDL' contain the unmodified source code of the libSDL project. The Genode-specific additions are located at 'src/lib/sdl_genode' and 'include/SDL_genode'. Example ------- You can use the examples in src/test to test the video and events subsystem of the SDLlib. To test the pathfind application on top of Genode/Fiasco, you can use the configuration file in the config subdirectory.