SDL

A Perl 6 wrapper around SDL 1.2

This module provides access to the Simple DirectMedia Layer (www.libsdl.org) to Perl6.

It makes use of NativeCall, so a C compiler is not needed in order to install this module.

Dependencies

  • libSDL, libSDL-mixer, libSDL-image

To aid NativeCall locating the libaries you should just do:

sudo apt install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.