Warning
This repo has now migrated to git.gay, the new repo can be found by clicking on this text
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-binArch based distributions (Arch):
sudo pacman -S vlcFedora based distributions (Fedora):
sudo dnf install vlcsudo dnf install epel-release
sudo dnf install vlcopenSUSE based distributions (openSUSE):
sudo zypper install vlcGentoo based distributions (Gentoo):
sudo emerge media-video/vlcSlackware based distributions (Slackware):
sudo slackpkg install vlcVoid Linux (Void Linux):
sudo xbps-install -S vlcNixOS (NixOS):
nix-env -iA nixpkgs.vlc