https://github.com/perl-sdl3/alien-sdl3.pm
Build and install SDL3 for Perl
https://github.com/perl-sdl3/alien-sdl3.pm
affix alien cmake ffi perl sdl sdl3
Last synced: 8 months ago
JSON representation
Build and install SDL3 for Perl
- Host: GitHub
- URL: https://github.com/perl-sdl3/alien-sdl3.pm
- Owner: Perl-SDL3
- License: other
- Created: 2023-06-04T21:11:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-19T19:43:23.000Z (8 months ago)
- Last Synced: 2025-10-22T06:59:52.364Z (8 months ago)
- Topics: affix, alien, cmake, ffi, perl, sdl, sdl3
- Language: Perl
- Homepage: https://metacpan.org/release/Alien-SDL3
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Alien::SDL3 - Build and install SDL3
# SYNOPSIS
```perl
use Alien::SDL3; # Don't.
```
# DESCRIPTION
Alien::SDL3 builds and installs [SDL3](https://github.com/libsdl-org/SDL/).
It is not meant for direct use. Just ignore it for now.
# METHODS
## `dynamic_libs( )`
```perl
my @libs = Alien::SDL3->dynamic_libs;
```
Returns a list of the dynamic library or shared object files.
# Prerequisites
Depending on your platform, certain development dependencies must be present.
The X11 or Wayland development libraries are required on Linux, \*BSD, etc.
# LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License
2\. Other copyrights, terms, and conditions may apply to data transmitted through this module.
# AUTHOR
Sanko Robinson