NAME

    Alien::raylib - Alien distribution for raylib video game engine

VERSION

    version 0.008

USAGE

    Use Graphics::Raylib::XS, which wraps this in XS, instead. Otherwise,
    just use it like any other Alien distro. Currently wraps raylib
    1.9.1-dev (and a few extra commits
    2090ad8119fd622f80ff8a8707f416abec1db375
    <https://github.com/raysan5/raylib/commit/2090ad8119fd622f80ff8a8707f416abec1db375>,
    specifically)

System requirements

    Should build out of the box on macOS and Windows. On an Ubuntu Linux a
    few additonal packages are required:

        sudo apt-get install -y libasound2-dev \
            libxcursor-dev libxinerama-dev mesa-common-dev \
            libx11-dev libxrandr-dev libxi-dev \
            libgl1-mesa-dev libglu1-mesa-dev

    If you also think these should be packaged as Alien modules, shoot me a
    pull request <https://github.com/athreef/Alien-raylib/pulls>.

GIT REPOSITORY

    http://github.com/athreef/Alien-raylib

SEE ALSO

    Raylib Homepage <http://www.raylib.com>

    Graphics::Raylib Graphics::Raylib::XS

AUTHOR

    Ahmad Fatoum <athreef@cpan.org>, http://a3f.at

COPYRIGHT AND LICENSE

    Copyright (C) 2017 Ahmad Fatoum

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.