
A LÖVE library for extending video playback functionality via libVLC
Note
This library only works for LÖVE 12.0+, you can download it from the main LÖVE GitHub Repository Actions.
Download the latest successful build, and find the appropriate version for your OS and architecture (love-windows-x64
for example)
- Windows (x86_64 only)
- Linux
- macOS
On Linux you need to install vlc
from your distro's package manager.
Commands list
Debian based distributions (Debian):
sudo apt-get install vlc libvlc-dev libvlccore-dev vlc-bin
Arch based distributions (Arch):
sudo pacman -S vlc
Fedora based distributions (Fedora):
sudo dnf install vlc
sudo dnf install epel-release
sudo dnf install vlc
openSUSE based distributions (openSUSE):
sudo zypper install vlc
Gentoo based distributions (Gentoo):
sudo emerge media-video/vlc
Slackware based distributions (Slackware):
sudo slackpkg install vlc
Void Linux (Void Linux):
sudo xbps-install -S vlc
NixOS (NixOS):
nix-env -iA nixpkgs.vlc